From 968c0c42e2553921350b5194cf75f558979f9e92 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 7 Jun 2024 17:08:57 +0300 Subject: [PATCH] debug part 016 --- erp24/modul/orders/collation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/orders/collation.php b/erp24/modul/orders/collation.php index a70f291e..34f07134 100644 --- a/erp24/modul/orders/collation.php +++ b/erp24/modul/orders/collation.php @@ -393,7 +393,7 @@ if(!empty($orders_cheking_array[$row["amo_id"]])) $orders_cheking="
"; -if($store_arr[$row["store_id"]]=="ул. Аэродромная 28 (к-р Москва)" or $row["store"]=="" or $row["store"]=="ул. Аэродромная, 28") +if(($store_arr[$row["store_id"]] ?? '')=="ул. Аэродромная 28 (к-р Москва)" or $row["store"]=="" or $row["store"]=="ул. Аэродромная, 28") echo""; -- 2.39.5