diff --git a/app/Console/Commands/SendProductionReport.php b/app/Console/Commands/SendProductionReport.php index 610088f26..be7b15894 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, ];