Commit 1d1f4a019d3e375b7c0147ae500b10a1925543ae
1 parent
58593c6862
Exists in
develop
solo sinonimos cuando sea distinto de Producto ingrediente general
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | <small>CANT.{{detalle.cantidad}}</small> |
55 | 55 | </p> |
56 | 56 | <div *ngFor="let componente of detalle.componentes"> |
57 | - <p> | |
57 | + <p *ngIf="componente.DetArt !== 'Producto ingrediente general'"> | |
58 | 58 | <small>{{componente.DetArt.toUpperCase()}}</small> |
59 | 59 | </p> |
60 | 60 | </div> |