Commit bc19edd049d911a9d14cc66c615633b97ec4d1a9
1 parent
e61c864e91
Exists in
develop
Fix
Numero de comanda
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | *ngFor="let pedido of pedidosPendientes; let i = index" |
19 | 19 | [hidden]="i > 3" |
20 | 20 | class="font-weight-bold mb-2 text-muted"> |
21 | - <h1 class="display-4">{{rellenar(pedido.id.toString(), 3)}}</h1> | |
21 | + <h1 class="display-4">{{rellenar(pedido.id.toString(), 4)}}</h1> | |
22 | 22 | </div> |
23 | 23 | </div> |
24 | 24 | </div> |
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <h5 class="pt-3">LISTO PARA</h5> |
28 | 28 | <h3 class="font-weight-bold text-primary">retirar</h3> |
29 | 29 | <div *ngIf="pedidoFinalizado.length"> |
30 | - <h1 class="display-1 mt-4 text-primary mb-0">{{rellenar(pedidoFinalizado[0].id.toString(), 3)}}</h1> | |
30 | + <h1 class="display-1 mt-4 text-primary mb-0">{{rellenar(pedidoFinalizado[0].id.toString(), 4)}}</h1> | |
31 | 31 | <hr class="line mt-0"> |
32 | 32 | </div> |
33 | 33 | <h3 class="font-weight-bold text-info mt-4">¡Que lo disfrutes!</h3> |