Remove 'distribution_type' and 'customer_code' from invoice data report for improved clarity
This commit is contained in:
@@ -186,8 +186,8 @@ class SendInvoiceDataReport extends Command
|
||||
$tableData[] = [
|
||||
'no' => $no++,
|
||||
'plant' => $plant->name,
|
||||
'distribution_type' => $selectedDistribution,
|
||||
'customer_code' => $inv->customer_code,
|
||||
// 'distribution_type' => $selectedDistribution,
|
||||
// 'customer_code' => $inv->customer_code,
|
||||
'document_number' => $inv->document_number,
|
||||
'document_date' => $inv->document_date,
|
||||
'customer_trade_name' => $inv->customer_trade_name,
|
||||
|
||||
Reference in New Issue
Block a user