From: Alexander Smirnov Date: Tue, 21 May 2024 08:00:42 +0000 (+0300) Subject: fix part 010 X-Git-Tag: 1.1~18^2~13 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=9bea523137dbd638435cc67eb437302cf8b3b044;p=erp24_rep%2Fyii-erp24%2F.git fix part 010 --- diff --git a/erp24/modul/shipment/ajaxUpdateStoreZakup.php b/erp24/modul/shipment/ajaxUpdateStoreZakup.php index 254a3594..9ff94017 100644 --- a/erp24/modul/shipment/ajaxUpdateStoreZakup.php +++ b/erp24/modul/shipment/ajaxUpdateStoreZakup.php @@ -6,7 +6,7 @@ include_once(dirname(__DIR__, 2) . "/inc/design_new.php"); error_reporting(E_ALL ^ E_NOTICE); -global $orderId, $orderCityId, $status_order_id; +global $orderId, $orderCityId, $status_order_id, $fieldsRows; if(!empty($_REQUEST["id"])) $orderId=(int)$_REQUEST["id"]; else exit("Укажите ID закупки");