From 3a7db1bafd87a0e241e9ecb54d758fcf20b2331f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 18 Jun 2024 12:21:55 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20007?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/functionsShipment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/modul/shipment/functionsShipment.php b/erp24/modul/shipment/functionsShipment.php index a0b6d02a..e7d17531 100644 --- a/erp24/modul/shipment/functionsShipment.php +++ b/erp24/modul/shipment/functionsShipment.php @@ -732,6 +732,7 @@ function insert_store_orders_fields($massivSQL,$field_name,$massivTitle=[], $pri } foreach($massivSQL as $productId =>$array) { + echo "PRODUCTID: " . $productId . " ||| "; foreach($array as $storeId =>$valueArr) { foreach($valueArr as $color =>$value) { // if(empty($color) or $storeId=="NULL") $color=""; -- 2.39.5