]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
debug part 018
authorAlexander Smirnov <fredeom@mail.ru>
Fri, 7 Jun 2024 14:14:47 +0000 (17:14 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Fri, 7 Jun 2024 14:14:47 +0000 (17:14 +0300)
erp24/modul/orders/collation.php

index c9b554ac42c41eb41b9cd6048e26b1e926a25496..33b2e7d9e5cf7c2fee1df99761dc5c2efcf3dabb 100644 (file)
@@ -430,7 +430,7 @@ echo"</td>
 </tr>";
     
 
-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++;
    
 
 }