updated column in orders module
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<table id="orders_table" class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Store</th>
|
||||
<th>Invoice #</th>
|
||||
<th>Currency</th>
|
||||
<th>Tax</th>
|
||||
@@ -38,6 +39,7 @@
|
||||
<tbody>
|
||||
@foreach($array_payment_details as $pd_row)
|
||||
<tr>
|
||||
<td>{{ $pd_row->StoreName }}</td>
|
||||
<td>{{ $pd_row->InvoiceNumber }}</td>
|
||||
<td>{{ $pd_row->Currency }}</td>
|
||||
<td>{{ $pd_row->Tax }}</td>
|
||||
|
||||
Reference in New Issue
Block a user