Add column for table line type

This commit is contained in:
dhanabalan
2025-07-31 17:26:00 +05:30
parent 04af1c7c34
commit e15c866078

View File

@@ -223,6 +223,7 @@ class SendProductionReport extends Command
'no' => $no++,
'plant' => $plant->name,
'line' => $line->name,
'type' => $line->type,
'targetQuantity' => $targetQuantity,
'productionQuantity' => $productionQuantity,
];