From 6a8978f676ab81f2edf56e8cf2832ed323fe2c37 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 10 Jul 2025 17:07:46 +0530 Subject: [PATCH] commented unwanted lines in production report --- app/Console/Commands/SendProductionReport.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) {