Added production_order column

This commit is contained in:
dhanabalan
2025-04-23 14:35:26 +05:30
parent 9102c7f219
commit 99d4a816dd

View File

@@ -19,6 +19,7 @@ class ProductionQuantity extends Model
"line_id",
"item_id",
"serial_number",
"production_order",
];
public function plant(): BelongsTo