]> gitweb.erp-flowers.ru Git - yii-erp24/.git/commitdiff
правки по автозаказу score
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 19 Apr 2024 09:17:05 +0000 (12:17 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 19 Apr 2024 09:17:05 +0000 (12:17 +0300)
erp24/modul/shipment/functionsShipment.php

index d413076fb910cd4d07d2d3aa5cc4cae98c1fc1d9..12efe8195fcf84f7300fc5ce4b8c05fd693af5e4 100644 (file)
@@ -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"<br> ++ productId = $productId order_id=$orderId field_name=$field_name storeId=$storeId value=$value";