From: fomichev Date: Mon, 17 Feb 2025 15:04:12 +0000 (+0300) Subject: Фильтры X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=f85ad4fdd93bb3378a82fed05cf242e5a93e6c8f;p=erp24_rep%2Fyii-erp24%2F.git Фильтры --- 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',