From 559c03b9b22548930d90d366f2d397cb222cbd74 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 19:42:00 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20009?= 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 2820f83c..ed03f52a 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -116,7 +116,7 @@ $status_json=array(); } } $db::sql("UPDATE store_orders_statuses SET dostup=?,groups=?, stores_show=? WHERE id=?",[json_encode($status_json,JSON_UNESCAPED_UNICODE), $groups_sql, $stores_show, $status_id ]); -var_dump([json_encode($status_json,JSON_UNESCAPED_UNICODE), $groups_sql, $stores_show, $status_id ]); +var_dump(json_encode($status_json[70][17],JSON_UNESCAPED_UNICODE)); //echo"
$status_id $status_json"; } -- 2.39.5