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