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