Преглед на файлове

feature/EK-33291的改动

ryan преди 1 месец
родител
ревизия
c14073e65e
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      common/libs/export/BaseExport.php

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

@@ -1686,10 +1686,10 @@ ORDER;
                 </tr>
 EOT;
                 $orderDetails_bv .= <<<EOT
-                    <td>{$value['SKU_CODE']}</td>
-                    <td>{$value['BUY_NUMS']}</td>
-                    <td>{$unitBvFormat}</td>
-                    <td>{$totalBvFormat}</td>
+                    <td style="height: auto">{$value['SKU_CODE']}</td>
+                    <td style="height: auto">{$value['BUY_NUMS']}</td>
+                    <td style="height: auto">{$unitBvFormat}</td>
+                    <td style="height: auto">{$totalBvFormat}</td>
 EOT;
             }