From 5ad29e333f4c1401fc0a444be8bc9381456326a7 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 21:20:36 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20014?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 63c372e3..3afcd56e 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -112,6 +112,9 @@ $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); + } } } } -- 2.39.5