Comment out 'Distribution Type' and 'Customer Code' columns in invoice data report for improved clarity
This commit is contained in:
@@ -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 --}}
|
||||
|
||||
Reference in New Issue
Block a user