From ec0dae538b716305d109fb50e1170fe898ef50a8 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 18 Jun 2024 09:48:22 +0300 Subject: [PATCH] =?utf8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=B3=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/fields/division_ratio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/fields/division_ratio.php b/erp24/modul/shipment/fields/division_ratio.php index 58825b0d..3af42632 100644 --- a/erp24/modul/shipment/fields/division_ratio.php +++ b/erp24/modul/shipment/fields/division_ratio.php @@ -26,7 +26,7 @@ foreach($products as $productId => $name) { $html .="
$name division_auto_need_all=". ($FiledsDataArray["division_auto_need_all"][$productId][0] ?? 0); $html .= "Сумма потребности =".$division_auto_need_all; - $html .= "Сумма получено по факту ".($quantity_warehouseman_fact ?? '').""; + //$html .= "Сумма получено по факту ".($quantity_warehouseman_fact ?? '').""; $division_ratio=1; if($division_auto_need_all > $quantity_warehouseman_fact) { -- 2.39.5