shish 2 lat temu
rodzic
commit
e4973eb395
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      biz-ghs/order/classes/OrderClass.php

+ 3 - 1
biz-ghs/order/classes/OrderClass.php

@@ -234,7 +234,9 @@ class OrderClass extends BaseClass
         $x = 0;
         $x = 0;
         foreach ($orderList as $key => $orderData) {
         foreach ($orderList as $key => $orderData) {
             if (!empty($orderData['itemList'])) {
             if (!empty($orderData['itemList'])) {
-                echo '<pre>';print_r($orderData['itemList']);die;
+                $a = [1,2,3];$b = [4,5,6];
+                print_r(array_merge($a,$b));die;
+                //$orderData['itemList'] = array_merge([], $orderData['itemList']);
                 foreach ($orderData['itemList'] as $k => $orderInfo) {
                 foreach ($orderData['itemList'] as $k => $orderInfo) {
                     $i = $baseRow + $x;
                     $i = $baseRow + $x;
                     $x++;
                     $x++;