This commit is contained in:
Lizandro Guarnizo
2026-01-28 23:38:21 -05:00
parent 861d507536
commit 622b99ecd5
50 changed files with 1646 additions and 19 deletions
+1
View File
@@ -153,6 +153,7 @@ class InventarioPrenda extends Model
'precio_venta' => 0,
'unidad_medida' => 'unidad',
'codigo_barras' => $codigo,
'categoria_id' => \App\Models\Categoria::first()?->id ?? \App\Models\Categoria::create(['nombre' => 'Generica'])->id,
]);
});
}