diff --git a/src/app/wrappers/producto.ts b/src/app/wrappers/producto.ts index 7bddfae..aa01caf 100644 --- a/src/app/wrappers/producto.ts +++ b/src/app/wrappers/producto.ts @@ -90,4 +90,5 @@ export interface Producto { cantidad?: number; showCargarProducto?: boolean; + esPadre?: boolean; }