From e6bd44f02aed00147aa648bf8ef5c2b56133e1aa Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 7 Jun 2024 17:14:47 +0300 Subject: [PATCH] debug part 018 --- 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 c9b554ac..33b2e7d9 100644 --- a/erp24/modul/orders/collation.php +++ b/erp24/modul/orders/collation.php @@ -430,7 +430,7 @@ echo" "; -if(!in_array($row["id"],$counter_no_check_array ?? []) and $check_vozvrat_cnt[$row["id"]]>=$check_sale_cnt[$row["id"]]) $conter_false_check++; +if(!in_array($row["id"],$counter_no_check_array ?? []) and ($check_vozvrat_cnt[$row["id"]] ?? 0)>=($check_sale_cnt[$row["id"]] ?? 0)) $conter_false_check++; } -- 2.39.5