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

index 2820f83c3f11aec2ab11af9fe5cad2dc97f26772..ed03f52ac36e3b388ff924747315fc3b5cbd4dc2 100644 (file)
@@ -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"<br> $status_id $status_json";
  }