Commit 70721fe329d6b30647092ffb0477e02102b6c7ea

Authored by Marcelo Puebla
1 parent 407225558c
Exists in master

Agregadas variables.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/app/wrappers/producto.ts
... ... @@ -89,8 +89,9 @@ export interface Producto {
89 89 nombreImagen?: any;
90 90 categoria_selfservice: number;
91 91 cantidad?: number;
92   - showCargarProducto?: boolean;
93 92 esPadre?: boolean;
94 93 codigoBarra: string;
95 94 idSinonimo?: number;
  95 + productos?: Producto[];
  96 + tieneSinonimos?: boolean;
96 97 }