added sku and ready for tracking
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>Invoice No.</th>
|
||||
<th>SKU</th>
|
||||
<th>Product Name</th>
|
||||
<th>Name</th>
|
||||
<th>Number</th>
|
||||
@@ -83,6 +84,7 @@
|
||||
<tr>
|
||||
<td>{{ $item_order->StepLabel }}</td>
|
||||
<td>{{ $item_order->InvoiceNumber }}</td>
|
||||
<td>{{ $item_order->ProductCode }}</td>
|
||||
<td>{{ $item_order->ProductName }}</td>
|
||||
<td>{{ $item_order->Name }}</td>
|
||||
<td>{{ $item_order->Number }}</td>
|
||||
|
||||
Reference in New Issue
Block a user