From 1579bd898c6f2552c57f829aaf8b953998c1cf03 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 2 Sep 2024 13:52:10 +0300 Subject: [PATCH] =?utf8?q?[ERP-130]=20=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20003?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index c56237e0..9db0da2d 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -488,11 +488,10 @@ class MotivationService MotivationCostsItem::DATA_TYPE_FLOAT, $sum); } } - var_dump("-------"); } - die; + var_dump("-------"); } - + die; if ($motivation) { $motivation->save(); if ($motivation->getErrors()) { -- 2.39.5