From b8c2f43e41916ac2d2362cdf5709853801c1f07b Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Fri, 19 Apr 2024 12:17:05 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?utf8?q?=D0=BE=20=D0=B0=D0=B2=D1=82=D0=BE=D0=B7=D0=B0=D0=BA=D0=B0=D0=B7?= =?utf8?q?=D1=83=20score?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/functionsShipment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/functionsShipment.php b/erp24/modul/shipment/functionsShipment.php index d413076..12efe81 100644 --- a/erp24/modul/shipment/functionsShipment.php +++ b/erp24/modul/shipment/functionsShipment.php @@ -741,7 +741,7 @@ foreach($massivSQL as $productId =>$array) { if(($type!="string") or ($type=="string" and $value_text!="")) { - $title=$massivTitle[$productId][$storeIdData][$colorData]; + $title=$massivTitle[$productId][$storeIdData][$colorData] ?? ''; // echo"
++ productId = $productId order_id=$orderId field_name=$field_name storeId=$storeId value=$value"; -- 2.39.5