]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Дебаг 013
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 1 Jul 2024 18:03:36 +0000 (21:03 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 1 Jul 2024 18:03:36 +0000 (21:03 +0300)
erp24/modul/shipment/config.php

index 6d890106bc8d3d5e8c9d3bea4afdeb1bdcfcbdb5..63c372e3e15bc872f52e3a8af90616368c43ff07 100644 (file)
@@ -117,6 +117,9 @@ $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($status_json[70][17]['dostup']);
+    var_dump($status_json[70][17]['bg']);
+
 //echo"<br> $status_id $status_json";
  }