From 70721fe329d6b30647092ffb0477e02102b6c7ea Mon Sep 17 00:00:00 2001 From: mpuebla Date: Tue, 20 Aug 2019 17:45:01 -0300 Subject: [PATCH] Agregadas variables. --- src/app/wrappers/producto.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/wrappers/producto.ts b/src/app/wrappers/producto.ts index c248021..3880398 100644 --- a/src/app/wrappers/producto.ts +++ b/src/app/wrappers/producto.ts @@ -89,8 +89,9 @@ export interface Producto { nombreImagen?: any; categoria_selfservice: number; cantidad?: number; - showCargarProducto?: boolean; esPadre?: boolean; codigoBarra: string; idSinonimo?: number; + productos?: Producto[]; + tieneSinonimos?: boolean; } -- 1.9.1