From: Alexander Smirnov Date: Mon, 1 Jul 2024 18:24:53 +0000 (+0300) Subject: Дебаг 015 X-Git-Tag: 1.3~29^2~6 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=0f8aed2abc5025f6a53f660ae7cfc5e0f7fa5f6f;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 015 --- diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 3afcd56e..4e81427d 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -112,8 +112,8 @@ $status_json=array(); // echo"
+ $status_id-".$row["id"]."-$gid-$id22 ====". $t; $status_json[$gid][$row["id"]][$id22] = $t; // } - if ($gid == 70 && $row["id"] == 17) { - var_dump($t); + if (($gid == 70 && $row["id"] == 17) || !empty($t)) { + echo $gid . ' ' . $row["id"] . ' '; var_dump($t); } } }