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

+ 9 - 9
common/libs/export/BaseExport.php

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