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

index 8a9137a09b9dcdae2317ab63533917a887282983..2820f83c3f11aec2ab11af9fe5cad2dc97f26772 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 ]);
 
 //echo"<br> $status_id $status_json";
  }