From: Aleksey Filippov Date: Mon, 2 Sep 2024 12:58:08 +0000 (+0300) Subject: исправление motivation view X-Git-Tag: 1.4~14^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=f871448bac5a571c80bf059eff83f9987b902635;p=erp24_rep%2Fyii-erp24%2F.git исправление motivation view --- 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"]) : " ";