commented unwanted lines in production report

This commit is contained in:
dhanabalan
2025-07-10 17:07:46 +05:30
parent 61320dfae8
commit 6a8978f676

View File

@@ -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) {