Commit 8419ccd73b4dd650aef3e84aae674ba7f6271482
1 parent
bfa03f1dcf
Exists in
develop
Fix
Mostrando mkt desc en comanda
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 | </p> |
56 | 56 | <div *ngFor="let componente of detalle.componentes"> |
57 | 57 | <p *ngIf="componente.DetArt !== 'Producto ingrediente general'"> |
58 | - <small>{{componente.DetArt.toLowerCase()}}</small> | |
58 | + <small>{{componente.MktDesc ? componente.MktDesc.toLowerCase() : componente.DetArt.toLowerCase()}}</small> | |
59 | 59 | </p> |
60 | 60 | </div> |
61 | 61 | </div> |