From: Alexander Smirnov Date: Mon, 2 Sep 2024 14:42:25 +0000 (+0300) Subject: [ERP-130] Поправка девелопа 3 X-Git-Tag: 1.4~11^2~2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6506affac5cbd02a07f95e0f0a30e1d1706d0e7e;p=erp24_rep%2Fyii-erp24%2F.git [ERP-130] Поправка девелопа 3 --- 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"]) : " ";