|
|
@@ -1810,7 +1810,22 @@ EOT;
|
|
|
<br />
|
|
|
<br />
|
|
|
<br />
|
|
|
- <table border="1" width="100%" style="table-layout: auto;">
|
|
|
+ <table border="1" width="100%">
|
|
|
+ <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%; padding: 5px 5px;">
|
|
|
+ <th style="width: 30px;">No.</th>
|
|
|
+ <th>Product Code</th>
|
|
|
+ <th>Product Name</th>
|
|
|
+ <th>Quantity</th>
|
|
|
+ <th>Unit Price({$currency})</th>
|
|
|
+ /*<th>Unit BV</th>
|
|
|
+ <th>Total BV</th>*/
|
|
|
+ <th>Taxable Amount({$currency})</th>
|
|
|
+ <th>VAT Rate</th>
|
|
|
+ <th>VAT Amount({$currency})</th>
|
|
|
+ <th>Total({$currency})</th>
|
|
|
+ </tr>
|
|
|
+ {$orderDetails}
|
|
|
+ </table><table border="1" width="100%">
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px; white-space: nowrap;">
|
|
|
<th style="white-space: nowrap; width: auto;">No.</th>
|
|
|
<th style="white-space: nowrap; width: auto;">Product Code</th>
|