From f85ad4fdd93bb3378a82fed05cf242e5a93e6c8f Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 17 Feb 2025 18:04:12 +0300 Subject: [PATCH] =?utf8?q?=D0=A4=D0=B8=D0=BB=D1=8C=D1=82=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/products1c-nomenclature/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/views/products1c-nomenclature/index.php b/erp24/views/products1c-nomenclature/index.php index f128b56c..815e5d1c 100644 --- a/erp24/views/products1c-nomenclature/index.php +++ b/erp24/views/products1c-nomenclature/index.php @@ -2,6 +2,7 @@ use kartik\grid\ActionColumn; use kartik\grid\GridView; +use kartik\grid\SerialColumn; use yii_app\records\Products1cNomenclature; use yii\helpers\Html; use yii\helpers\Url; @@ -22,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title; 'filterModel' => $searchModel, 'columns' => [ - ['class' => 'kartik\grid\SerialColumn'], + ['class' => SerialColumn::class], 'id', 'location', 'name', -- 2.39.5