Added location column in invoice data report
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
<th>Document Date</th>
|
||||
<th>Customer TradeName</th>
|
||||
<th>Customer Location</th>
|
||||
<th>Location</th>
|
||||
<th>Pending Days</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
@@ -108,6 +109,7 @@
|
||||
{{-- <td>{{ $row['customer_trade_name'] }}</td> --}}
|
||||
<td class="td-left">{{ $row['customer_trade_name'] }}</td>
|
||||
<td>{{ $row['customer_location'] }}</td>
|
||||
<td>{{ $row['location'] }}</td>
|
||||
{{-- <td class="{{ $row['status'] == 'Went Out' ? 'status-wentout' : ($row['status'] == 'Pending' ? 'status-pending' : '') }}">
|
||||
{{ $row['status'] }}
|
||||
</td> --}}
|
||||
|
||||
Reference in New Issue
Block a user