From f871448bac5a571c80bf059eff83f9987b902635 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Mon, 2 Sep 2024 15:58:08 +0300 Subject: [PATCH] =?utf8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20motivation=20view?= 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