From b30e235d9377f9621eb3ea58c0149b1c00c262a2 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 29 Aug 2024 18:07:22 +0300 Subject: [PATCH] =?utf8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?utf8?q?=D1=80=D0=B0=D1=81=D1=87=D0=B5=D1=82=20=D1=83=D1=81=D0=BB=D1=83?= =?utf8?q?=D0=B3=20=D0=B0=D0=B3=D0=B5=D0=BD=D1=82=D0=BE=D0=B2=20=D0=B4?= =?utf8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BA=D0=BE=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 6ae878da..6186c5d9 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -239,6 +239,8 @@ class MotivationService foreach (self::$additionalItems as $key => $item) { if (!isset($result[$key])) { $result[$key] = array_merge($item, [ + 'code' => $item['code'], + 'name' => $item['name'], 'plan' => null, 'adjustment' => null, 'week1' => null, -- 2.39.5