Commit 009873d92f2e9d1ced430969c4976029faa8f82e
1 parent
935034bfc9
Exists in
develop
Fix
En comanda
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -50,12 +50,12 @@ |
50 | 50 | }"> |
51 | 51 | <!-- DETALLE Y CANTIDAD --> |
52 | 52 | <p> |
53 | - <small>{{detalle.MKT_DESC ? detalle.MKT_DESC.toUpperCase() : detalle.DetArt.toUpperCase()}}</small><br> | |
53 | + <small>{{detalle.MKT_DESC ? detalle.MKT_DESC.toUpperCase() : detalle.DetLar.toUpperCase()}}</small><br> | |
54 | 54 | <small>CANT.{{detalle.cantidad}}</small> |
55 | 55 | </p> |
56 | 56 | <div *ngFor="let componente of detalle.componentes"> |
57 | - <p *ngIf="componente.DetArt !== 'Producto ingrediente general'"> | |
58 | - <small>{{componente.DetArt.toLowerCase()}}</small> | |
57 | + <p *ngIf="componente.DetLar !== 'Producto ingrediente general'"> | |
58 | + <small>{{componente.DetLar.toLowerCase()}}</small> | |
59 | 59 | </p> |
60 | 60 | </div> |
61 | 61 | </div> |