Commit 782144db78b5232810489e4aef4416ad70226b1e
1 parent
b160476d2e
Exists in
master
mostrando 2 dígitos en pedidos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/comanda/comanda.component.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | 'bg-success swing-out-top-bck': comanda.estado === 3 |
10 | 10 | }"> |
11 | 11 | <div class="card-body p-2"> |
12 | - <p class="h5 card-title text-center mb-1">{{comanda.id}}.</p> | |
12 | + <p class="h5 card-title text-center mb-1">{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.</p> | |
13 | 13 | <p |
14 | 14 | *ngFor="let detalle of comanda.detalles" |
15 | 15 | [ngClass]=" |