From 0f8aed2abc5025f6a53f660ae7cfc5e0f7fa5f6f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 21:24:53 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20015?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 3afcd56e..4e81427d 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -112,8 +112,8 @@ $status_json=array(); // echo"
+ $status_id-".$row["id"]."-$gid-$id22 ====". $t; $status_json[$gid][$row["id"]][$id22] = $t; // } - if ($gid == 70 && $row["id"] == 17) { - var_dump($t); + if (($gid == 70 && $row["id"] == 17) || !empty($t)) { + echo $gid . ' ' . $row["id"] . ' '; var_dump($t); } } } -- 2.39.5