From: marina Date: Wed, 14 Aug 2024 07:19:23 +0000 (+0300) Subject: ERP-85 Реализовать обмен данных с 1С Бухгалтерия X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=199a1918854a9284b215c1a907638d002a0505a9;p=erp24_rep%2Fyii-erp24%2F.git ERP-85 Реализовать обмен данных с 1С Бухгалтерия --- diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index ee965ea5..39628be3 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -292,6 +292,7 @@ class MotivationService 'motivation_group_id' => $motivationValueGroup->id, 'value_id' => $row[0] ])->one(); + return $motivationValue;die(); /** @var $motivationValue MotivationValue */ if (!$motivationValue) { $motivationValue = new MotivationValue;