From: Aleksey Filippov Date: Fri, 19 Apr 2024 09:17:05 +0000 (+0300) Subject: правки по автозаказу score X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=b8c2f43e41916ac2d2362cdf5709853801c1f07b;p=yii-erp24%2F.git правки по автозаказу score --- 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";