]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-85 Реализовать обмен данных с 1С Бухгалтерия
authormarina <m.zozirova@gmail.com>
Wed, 14 Aug 2024 07:20:22 +0000 (10:20 +0300)
committermarina <m.zozirova@gmail.com>
Wed, 14 Aug 2024 07:20:22 +0000 (10:20 +0300)
erp24/services/MotivationService.php

index 39628be3d21add112ae543db209a7b9d68543c4c..2f72f261dbaf5379cc4ffc388820b5d37abc180e 100644 (file)
@@ -292,7 +292,7 @@ class MotivationService
                         'motivation_group_id' => $motivationValueGroup->id,
                         'value_id' => $row[0]
                     ])->one();
-                    return $motivationValue;die();
+                    return $motivationValue;
                     /** @var $motivationValue MotivationValue */
                     if (!$motivationValue) {
                         $motivationValue = new MotivationValue;