From 99d4a816dd8fefdbe89626e2581bf5237de9a1ec Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 23 Apr 2025 14:35:26 +0530 Subject: [PATCH] Added production_order column --- app/Models/ProductionQuantity.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/ProductionQuantity.php b/app/Models/ProductionQuantity.php index 93cea1f..797ef7c 100644 --- a/app/Models/ProductionQuantity.php +++ b/app/Models/ProductionQuantity.php @@ -19,6 +19,7 @@ class ProductionQuantity extends Model "line_id", "item_id", "serial_number", + "production_order", ]; public function plant(): BelongsTo