Commit 44394d2d5cf1e460fc1644115496cc43dd314b62
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !100
Showing
1 changed file
Show diff stats
src/app/components/comanda/comanda.component.html
... | ... | @@ -17,6 +17,8 @@ |
17 | 17 | }"> |
18 | 18 | <div class="card-body p-2"> |
19 | 19 | <p class="h5 card-title text-center mb-1">{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.</p> |
20 | + <!-- TODO: Implementar moment --> | |
21 | + <p class="h5 card-title text-center mb-1">{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}</p> | |
20 | 22 | <p |
21 | 23 | *ngFor="let detalle of comanda.detalles" |
22 | 24 | [ngClass]=" |