From 6506affac5cbd02a07f95e0f0a30e1d1706d0e7e Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 2 Sep 2024 17:42:25 +0300 Subject: [PATCH] =?utf8?q?[ERP-130]=20=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20=D0=B4=D0=B5=D0=B2=D0=B5=D0=BB=D0=BE=D0=BF=D0=B0?= =?utf8?q?=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/motivation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/motivation/index.php b/erp24/views/motivation/index.php index 1917a202..eebe217d 100644 --- a/erp24/views/motivation/index.php +++ b/erp24/views/motivation/index.php @@ -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"]) : " "; -- 2.39.5