Commit 7c6f55f57c9dcff53c52b108c47ff5af0744eaa7
1 parent
498f69ea25
Exists in
develop
Change
En nombre de variable en interfaz IComanda
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/interfaces/IComanda.ts
src/app/modules/comanda/comanda.component.html
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | }"> |
51 | 51 | <!-- DETALLE Y CANTIDAD --> |
52 | 52 | <p> |
53 | - <small>{{detalle.MKT_DESC ? detalle.MKT_DESC.toUpperCase() : detalle.DetLar.toUpperCase()}}</small><br> | |
53 | + <small>{{detalle.MktDesc ? detalle.MktDesc.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"> |