]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-130] Поправка девелопа 3
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 2 Sep 2024 14:42:25 +0000 (17:42 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 2 Sep 2024 14:42:25 +0000 (17:42 +0300)
erp24/views/motivation/index.php

index 1917a202bcfe2185e2bd43b3246309e5f22ec5c3..eebe217d84119a1b24ed9d7b7bcd6d97913ab800 100644 (file)
@@ -155,7 +155,7 @@ $this->registerJsFile('/js/motivation/index.js', ['position' => \yii\web\View::P
                             'value' => function ($model) {
 
 
-                                return $model["adjustment"] !== null ? FormatHelper::asDecimalMotivation($model["correction"]) : " ";
+                                return $model["adjustment"] !== null ? FormatHelper::asDecimalMotivation($model["adjustment"]) : " ";