From: Alexander Smirnov Date: Mon, 1 Jul 2024 14:39:04 +0000 (+0300) Subject: Дебаг 001 X-Git-Tag: 1.3~29^2~20 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=2d0d96afb8ee1d0f8a01864546c8429b507352cc;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 001 --- 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"];