]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-137] Дебаг 8
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 12 Aug 2024 10:30:26 +0000 (13:30 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 12 Aug 2024 10:30:26 +0000 (13:30 +0300)
erp24/services/MotivationService.php

index 6c90600104bbf4952cdfe26528d00513100a0d9b..01ea35570186c671903408b585d44e1b00be5771 100644 (file)
@@ -568,6 +568,9 @@ class MotivationService
                 if ($motivationValue->getErrors()) {
                     throw new \Exception(Json::encode($motivationValue->getErrors()));
                 }
+                if ($code == 6) {
+                    var_dump($motivationValue);
+                }
             }
         }
     }