From: Alexander Smirnov Date: Mon, 12 Aug 2024 10:30:26 +0000 (+0300) Subject: [ERP-137] Дебаг 8 X-Git-Tag: 1.4~36^2~5 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=2b38bcb2d0fe6590e5c5c68ed3d8bd1d95820472;p=erp24_rep%2Fyii-erp24%2F.git [ERP-137] Дебаг 8 --- 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); + } } } }