From: pavlikov_maxim Date: Wed, 24 Apr 2024 12:49:43 +0000 (+0300) Subject: фикс модуля polnogramm edit X-Git-Tag: 1.1~106^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=c8c671b260e068c0f9ee0791a68477360a0d2e6a;p=erp24_rep%2Fyii-erp24%2F.git фикс модуля polnogramm edit --- diff --git a/erp24/modul/shipment/PolnogrammaEdit.php b/erp24/modul/shipment/PolnogrammaEdit.php index a530be69..3653f391 100644 --- a/erp24/modul/shipment/PolnogrammaEdit.php +++ b/erp24/modul/shipment/PolnogrammaEdit.php @@ -317,7 +317,7 @@ echo'пол-ма 0 or $_SESSION["show_planogram_0"] == 1) { $difference = ($store_planogram[$row["id"]] ?? 0) - ($values_in[$row["id"]]["quantity"] ?? 0); if (!empty($store_planogram[$row["id"]])) $difference_percent = 100 - round(100 * $difference / $store_planogram[$row["id"]]); - else $difference_percent = ""; + else $difference_percent = 0; echo " 1) echo "display:none;";