|
|
@@ -635,7 +635,7 @@ ORDER;
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product code</th>
|
|
|
<th width="25%" style="font-size: 14px; font-weight: bold; text-align: center;">Product name</th>
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product price</th>
|
|
|
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
|
|
|
+ <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Qty</th>
|
|
|
<th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax rate</th>
|
|
|
<th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax</th>
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Total amount</th>
|
|
|
@@ -758,8 +758,6 @@ ORDER;
|
|
|
]);
|
|
|
}
|
|
|
|
|
|
- LoggerTool::info($data['list']);
|
|
|
-
|
|
|
$userId = '';
|
|
|
$userName = '';
|
|
|
$address = '';
|
|
|
@@ -881,7 +879,7 @@ ORDER;
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product code</th>
|
|
|
<th width="25%" style="font-size: 14px; font-weight: bold; text-align: center;">Product name</th>
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product price</th>
|
|
|
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
|
|
|
+ <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Qty</th>
|
|
|
<th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax rate</th>
|
|
|
<th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax</th>
|
|
|
<th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Total amount</th>
|