diff --git a/app/Console/Commands/SendProductionReport.php b/app/Console/Commands/SendProductionReport.php index 2102fab72..6dd73f6ce 100644 --- a/app/Console/Commands/SendProductionReport.php +++ b/app/Console/Commands/SendProductionReport.php @@ -153,10 +153,10 @@ class SendProductionReport extends Command ]; } - $this->table( - ['No', 'Plant', 'Line', 'Target Quantity', 'Production Quantity'], - $tableData - ); + // $this->table( + // ['No', 'Plant', 'Line', 'Target Quantity', 'Production Quantity'], + // $tableData + // ); if (!empty($emails)) { foreach ($emails as $email) {