From: Alexander Smirnov Date: Mon, 1 Jul 2024 19:09:04 +0000 (+0300) Subject: Дебаг 016 X-Git-Tag: 1.3~29^2~5 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=317ff6be96afa14d9ea07927128ff71a6c17e9e2;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 016 --- diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 4e81427d..50cc5db3 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -98,7 +98,7 @@ $groups_sql=implode(",",$_REQUEST["groups"][$status_id]); if(($_REQUEST["stores_show"][$status_id] ?? '')=="on") $stores_show=1; else $stores_show=0; - +var_dump($_POST["field_edit"][5][17]); $status_json=array(); foreach($data as $row) { $status_id=intval($status_id);