1
0
forked from poc/pds

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( // $this->table(
['No', 'Plant', 'Line', 'Target Quantity', 'Production Quantity'], // ['No', 'Plant', 'Line', 'Target Quantity', 'Production Quantity'],
$tableData // $tableData
); // );
if (!empty($emails)) { if (!empty($emails)) {
foreach ($emails as $email) { foreach ($emails as $email) {