From b2855522a2950a91a7543290ae02be459f1cfd65 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 18 Jun 2024 12:41:02 +0300 Subject: [PATCH] =?utf8?q?=D0=97=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= =?utf8?q?=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD?= =?utf8?q?=D0=B8=D1=8E=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D1=81=D1=83?= =?utf8?q?=D1=82=D1=81=D1=82=D0=B2=D1=83=D1=8E=D1=89=D0=B5=D0=B3=D0=BE=20?= =?utf8?q?=D0=B2=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D0=BF?= =?utf8?q?=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D0=B0=20quantity=5Fza?= =?utf8?q?kup=5Ffact=5Fsumm?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/functionsShipment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/modul/shipment/functionsShipment.php b/erp24/modul/shipment/functionsShipment.php index 6bf0818d..ec544e9d 100644 --- a/erp24/modul/shipment/functionsShipment.php +++ b/erp24/modul/shipment/functionsShipment.php @@ -722,8 +722,8 @@ if(!empty($bgNew)) $bg=$bgNew; function insert_store_orders_fields($massivSQL,$field_name,$massivTitle=[], $print=false) { global $db,$orderId,$storeIdToGuidArray,$fieldsRows, $FiledsData; - $field_id=$fieldsRows[$field_name]["id"]; - $type=$fieldsRows[$field_name]["type"]; + $field_id=$fieldsRows[$field_name]["id"] ?? 0; + $type=$fieldsRows[$field_name]["type"] ?? ''; $divisionFieldsArray=["division_store","division_store_hand","division_store_summ"]; -- 2.39.5