From 317ff6be96afa14d9ea07927128ff71a6c17e9e2 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 22:09:04 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20016?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 4e81427d..50cc5db3 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -98,7 +98,7 @@ $groups_sql=implode(",",$_REQUEST["groups"][$status_id]); if(($_REQUEST["stores_show"][$status_id] ?? '')=="on") $stores_show=1; else $stores_show=0; - +var_dump($_POST["field_edit"][5][17]); $status_json=array(); foreach($data as $row) { $status_id=intval($status_id); -- 2.39.5