fixed order details reports
This commit is contained in:
@@ -154,14 +154,14 @@
|
|||||||
<th>Price</th>
|
<th>Price</th>
|
||||||
<th>Quantity</th>
|
<th>Quantity</th>
|
||||||
</tr>
|
</tr>
|
||||||
@elseif($array_item[0]->FormUsed=="name-size-form")
|
@elseif($item->FormUsed=="name-size-form")
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Size</th>
|
<th>Size</th>
|
||||||
<th>Price</th>
|
<th>Price</th>
|
||||||
<th>Quantity</th>
|
<th>Quantity</th>
|
||||||
</tr>
|
</tr>
|
||||||
@elseif($array_item[0]->FormUsed=="jersey-and-shorts-quantity-form")
|
@elseif($item->FormUsed=="jersey-and-shorts-quantity-form")
|
||||||
<tr>
|
<tr>
|
||||||
<th>Jersey Size</th>
|
<th>Jersey Size</th>
|
||||||
<th>Shorts Size</th>
|
<th>Shorts Size</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user