From c8c671b260e068c0f9ee0791a68477360a0d2e6a Mon Sep 17 00:00:00 2001 From: pavlikov_maxim Date: Wed, 24 Apr 2024 15:49:43 +0300 Subject: [PATCH] =?utf8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BC=D0=BE=D0=B4?= =?utf8?q?=D1=83=D0=BB=D1=8F=20polnogramm=20edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/PolnogrammaEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/PolnogrammaEdit.php b/erp24/modul/shipment/PolnogrammaEdit.php index a530be6..3653f39 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;"; -- 2.39.5