From 797910db80b724b496347b06659de86c1a2a5fae Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 18 Jun 2024 09:44:46 +0300 Subject: [PATCH] =?utf8?q?=D0=9D=D0=B5=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5?= =?utf8?q?=D0=BB=D1=91=D0=BD=D0=BD=D0=B0=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5?= =?utf8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D0=B0=D1=8F?= 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 f5801067..1b90d1de 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)." Сумма потребности =".$division_auto_need_all." -Сумма получаено по факту ".$quantity_warehouseman_fact.""; +Сумма получаено по факту ".($quantity_warehouseman_fact ?? '').""; $division_ratio=1; if($division_auto_need_all > $quantity_warehouseman_fact) { -- 2.39.5