From aab5ab22d34795d341eb658fc107fc7aec15b0e3 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 9 Sep 2024 12:08:02 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=80?= =?utf8?q?=D0=B0=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D1=8B=D1=85=20=D0=BC=D0=B0?= =?utf8?q?=D1=82=D0=B5=D1=80=D0=B8=D0=B0=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index b10c52cf..eba80a07 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -236,9 +236,10 @@ class MotivationService $result[$costsItem->order][$groupAlias] = $actualValue; } + // Подстановка значений расходных материалов + //190 - порядок для расходных материалов $consumable = self::getConsumable($motivation->id); - $result[190]['week1'] = $consumable['week1']; $result[190]['week2'] = $consumable['week2']; $result[190]['week3'] = $consumable['week3']; $result[190]['week4'] = $consumable['week4']; -- 2.39.5