From 516b3fd514f6d7bb1dc94ae16b838fd43605ba40 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 5 Nov 2025 12:37:37 +0530 Subject: [PATCH] Comment out 'Distribution Type' and 'Customer Code' columns in invoice data report for improved clarity --- resources/views/mail/invoice_data_report.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/mail/invoice_data_report.blade.php b/resources/views/mail/invoice_data_report.blade.php index 66c497a..da79b97 100644 --- a/resources/views/mail/invoice_data_report.blade.php +++ b/resources/views/mail/invoice_data_report.blade.php @@ -68,8 +68,8 @@ No Plant - Distribution Type - Customer Code + {{-- Distribution Type + Customer Code --}} Document Number Document Date Customer TradeName @@ -82,8 +82,8 @@ {{ $row['no'] }} {{ $row['plant'] }} - {{ $row['distribution_type'] }} - {{ $row['customer_code'] }} + {{-- {{ $row['distribution_type'] }} + {{ $row['customer_code'] }} --}} {{ $row['document_number'] }} {{-- ✅ Safe Carbon parse --}}