Commit cd186d1d9ce44bb7a093f4aed267801c3e6dbfdb

Authored by Marcelo Puebla
1 parent 8c3e0527a2
Exists in master

Agregado texto que indica articulo de elaboracion propia.

src/app/components/comanda/comanda.component.html
... ... @@ -21,6 +21,11 @@
21 21 <small>
22 22 {{detalle.articulo.DET_LAR}}
23 23 </small>
  24 + <small
  25 + class="font-weight-bold text-purple"
  26 + *ngIf="detalle.articulo.ELBPRO === '1'">
  27 + (ELABORACIÓN PROPIA)
  28 + </small>
24 29 </p>
25 30 <button
26 31 *ngIf="comanda.estado === 1"