commented unwanted lines in production report
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user