Remove 'distribution_type' and 'customer_code' from invoice data report for improved clarity

This commit is contained in:
dhanabalan
2025-11-05 12:26:55 +05:30
parent 7473abcc94
commit 211baa58ed

View File

@@ -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,