Commit f35dd78d46489b33f94b9a035f4a44ea00a6e0d8
1 parent
009873d92f
Exists in
develop
Fix
Comanda
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -54,8 +54,8 @@ |
54 | 54 | <small>CANT.{{detalle.cantidad}}</small> |
55 | 55 | </p> |
56 | 56 | <div *ngFor="let componente of detalle.componentes"> |
57 | - <p *ngIf="componente.DetLar !== 'Producto ingrediente general'"> | |
58 | - <small>{{componente.DetLar.toLowerCase()}}</small> | |
57 | + <p *ngIf="componente.DetArt !== 'Producto ingrediente general'"> | |
58 | + <small>{{componente.DetArt.toLowerCase()}}</small> | |
59 | 59 | </p> |
60 | 60 | </div> |
61 | 61 | </div> |