Commit 721031544490b00415347f724147d65d807a22ec

Authored by Marcelo Puebla
1 parent eb199d3581
Exists in master and in 1 other branch validar_pve

Agregado campo boolean esPadre.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/wrappers/producto.ts
... ... @@ -90,4 +90,5 @@ export interface Producto {
90 90  
91 91 cantidad?: number;
92 92 showCargarProducto?: boolean;
  93 + esPadre?: boolean;
93 94 }