diff --git a/app/Console/Commands/SendInvoiceDataReport.php b/app/Console/Commands/SendInvoiceDataReport.php index 73c8785..234e8f5 100644 --- a/app/Console/Commands/SendInvoiceDataReport.php +++ b/app/Console/Commands/SendInvoiceDataReport.php @@ -203,7 +203,7 @@ class SendInvoiceDataReport extends Command $this->info($contentVars['greeting'] ?? 'Invoice Data Report'); $this->table( - ['No', 'Plant', 'Distribution Type', 'Customer Code', 'Document Number', 'Document Date', 'Trade Name', 'Location', 'Status'], + ['No', 'Plant', 'Document Number', 'Document Date', 'Trade Name', 'Location', 'Status'],//'Distribution Type', 'Customer Code', $tableData ); $this->info($contentVars['wishes'] ?? '');