ryan 1 месяц назад
Родитель
Сommit
14bdb04e55
1 измененных файлов с 2 добавлено и 15 удалено
  1. 2 15
      common/libs/export/BaseExport.php

+ 2 - 15
common/libs/export/BaseExport.php

@@ -1820,20 +1820,7 @@ EOT;
                         
                         <table style="table-layout: fixed;" width="100%">
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
-                                <th >No.</th>
-                                <th style="white-space: normal; word-break: keep-all;">Product Code</th>
-                                <th style="white-space: normal; word-break: keep-all;">Product Name</th>
-                                <th style="white-space: nowrap;">Quantity</th>
-                                <th style="white-space: normal; word-break: keep-all;">Unit Price ({$currency})</th>
-                                <th style="white-space: normal; word-break: keep-all;" colspan="2">Taxable Amount ({$currency})</th>
-                                <th style="white-space: normal; word-break: keep-all;">VAT Rate</th>
-                                <th style="white-space: normal; word-break: keep-all;" colspan="2">VAT Amount ({$currency})</th>
-                                <th style="white-space: normal; word-break: keep-all;">Total({$currency})</th>
-                            </tr>
-                        </table>
-                        <table style="table-layout: fixed;" width="100%">
-                            <tr style="text-align: left; font-weight: normal; font-size: 12px;">
-                                <th style="width: 30px;">No.</th>
+                                <th style="white-space: nowrap;">No.</th>
                                 <th style="white-space: normal; word-break: keep-all;">Product Code</th>
                                 <th style="white-space: normal; word-break: keep-all;">Product Name</th>
                                 <th style="white-space: nowrap;">Quantity</th>
@@ -1853,7 +1840,7 @@ EOT;
                         
                         <table style="table-layout: fixed;">  
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
-                                <td class="table-noborder" style="width: 30px;"></td>
+                                <td class="table-noborder" style="white-space: nowrap;"></td>
                                 <td style="text-align: left; background-color: lightslategray;" colspan="2">Grand Total</td>
                                 <td style="text-align: left; background-color: lightslategray;">{$orderTotalQuantity}</td>
                                 <td style="text-align: left; background-color: lightslategray;"></td>