From 2b38bcb2d0fe6590e5c5c68ed3d8bd1d95820472 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 12 Aug 2024 13:30:26 +0300 Subject: [PATCH] =?utf8?q?[ERP-137]=20=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 6c906001..01ea3557 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -568,6 +568,9 @@ class MotivationService if ($motivationValue->getErrors()) { throw new \Exception(Json::encode($motivationValue->getErrors())); } + if ($code == 6) { + var_dump($motivationValue); + } } } } -- 2.39.5