From: Alexander Smirnov Date: Mon, 1 Jul 2024 15:38:44 +0000 (+0300) Subject: Дебаг 008 X-Git-Tag: 1.3~29^2~13 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=064998c9c18af040aab3053323e2f03a0236fe6d;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 008 --- diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 8a9137a0..2820f83c 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 ]); //echo"
$status_id $status_json"; }