|
|
@@ -1590,6 +1590,8 @@ ORDER;
|
|
|
$orderTotal = 0;
|
|
|
$orderTotalQuantity = count($oderList);
|
|
|
|
|
|
+ LoggerTool::debug($oderList);
|
|
|
+
|
|
|
foreach ($oderList as $key => $value) {
|
|
|
$no = $key + 1;
|
|
|
$invoiceRemark = $value['INVOICE_REMARK'] ?: '';
|
|
|
@@ -1825,8 +1827,8 @@ EOT;
|
|
|
<table style="table-layout: fixed;" class="table-noborder">
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
<td colspan="7"></td>
|
|
|
- <td colspan="2" >Method:</td>
|
|
|
- <td colspan="2">{$paymentMethod}</td>
|
|
|
+ <td colspan="2">Method:</td>
|
|
|
+ <td colspan="2"></td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
<td colspan="7"></td>
|