From 04b58cdfc52d11f548ec4e69acde9310c874e9dd Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 18:09:38 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20006?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index f0d8d1f3..febea5bd 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -82,7 +82,7 @@ echo'

Настройка полей в '; -var_dump($_POST ); +var_dump($_POST["save_config2"] ?? "!!!"); if(!empty($_POST["save_config2"])){ @@ -271,7 +271,8 @@ echo' '; } echo' - сохранить + + '; -- 2.39.5