1
0
forked from poc/pds

Comment out 'Distribution Type' and 'Customer Code' columns in invoice data report for improved clarity

This commit is contained in:
dhanabalan
2025-11-05 12:37:37 +05:30
parent 211baa58ed
commit 516b3fd514

View File

@@ -68,8 +68,8 @@
<tr>
<th>No</th>
<th>Plant</th>
<th>Distribution Type</th>
<th>Customer Code</th>
{{-- <th>Distribution Type</th>
<th>Customer Code</th> --}}
<th>Document Number</th>
<th>Document Date</th>
<th>Customer TradeName</th>
@@ -82,8 +82,8 @@
<tr>
<td>{{ $row['no'] }}</td>
<td>{{ $row['plant'] }}</td>
<td>{{ $row['distribution_type'] }}</td>
<td>{{ $row['customer_code'] }}</td>
{{-- <td>{{ $row['distribution_type'] }}</td>
<td>{{ $row['customer_code'] }}</td> --}}
<td>{{ $row['document_number'] }}</td>
{{-- Safe Carbon parse --}}