Commit 1388d7787beea8eb25ad1efb204fad18438ed494
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !122
Showing
1 changed file
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> |