From 894393fcad680027a3f7b36c360129c8c7f4affe Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 2 Jul 2024 12:10:02 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20012?= 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 987f5445..56a4aa0a 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]); +var_dump($_REQUEST["field_edit"][5][17]); var_dump($_POST["_csrf"]); $status_json=array(); foreach($data as $row) { -- 2.39.5