13-05-2026 Waren Wirtschaft

This commit is contained in:
Kevin Adametz 2026-05-13 18:09:20 +02:00
parent 9ce711d6b2
commit ca3eb663fe
40 changed files with 1000 additions and 189 deletions

View file

@ -30,7 +30,7 @@ test('product saves packaging bom quantities and order', function () {
'packaging_material_id' => $material->id,
'supplier_id' => $supplier->id,
'name' => 'Etikett',
'category' => 'label',
'category' => 'shipping',
'weight_grams' => 1.5,
]);