From 2d0d96afb8ee1d0f8a01864546c8429b507352cc Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 17:39:04 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20001?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 9d8949a6..d7d30f12 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -122,7 +122,8 @@ $status_json=array(); } -mess("Сохранили!!"); +mess("Сохранили!!"); +die; $data3=$db::getRows("SELECT * FROM store_orders_statuses WHERE posit>0 order by posit DESC"); foreach($data3 as $row) { $store_orders_statuses[$row["id"]]=$row["name"]; -- 2.39.5