Commit 3746bc84a053606b358b7cb4b419de11dbc9549f
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !95
Showing
1 changed file
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]=" |