From d30ea8f633312ddc28943fcac25f9f30cb1efd8d Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 4 Sep 2024 14:58:05 +0300 Subject: [PATCH] =?utf8?q?ERP-106=20=D0=A1=D0=B1=D0=BE=D1=80=20=D0=B4?= =?utf8?q?=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF=D0=BE=20=D1=80=D0=B0?= =?utf8?q?=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D1=8B=D0=BC=20=D0=BC=D0=B0=D1=82?= =?utf8?q?=D0=B5=D1=80=D0=B8=D0=B0=D0=BB=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 7fc19269..0912df81 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -239,7 +239,9 @@ class MotivationService break; } - $result[$costsItem->order][$groupAlias] = $actualValue; + if ($value->value_id != self::CODE_CONSUMABLES_SALES_SUPPORT) { + $result[$costsItem->order][$groupAlias] = $actualValue; + } } // Сортировка результата по ключу (order) -- 2.39.5