From e15c8660780e842cf85e2122c370fb1f56bda55c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 31 Jul 2025 17:26:00 +0530 Subject: [PATCH] Add column for table line type --- app/Console/Commands/SendProductionReport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/SendProductionReport.php b/app/Console/Commands/SendProductionReport.php index 610088f..be7b158 100644 --- a/app/Console/Commands/SendProductionReport.php +++ b/app/Console/Commands/SendProductionReport.php @@ -223,6 +223,7 @@ class SendProductionReport extends Command 'no' => $no++, 'plant' => $plant->name, 'line' => $line->name, + 'type' => $line->type, 'targetQuantity' => $targetQuantity, 'productionQuantity' => $productionQuantity, ];