From 41a951893fecea4640bd764bfc00685a694b8058 Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 31 Jan 2025 11:05:44 +0300 Subject: [PATCH] =?utf8?q?=D0=BF=D1=80=D0=BE=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?utf8?q?=D1=81=D1=82=D0=B2=D0=BE=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20?= =?utf8?q?=D1=82=D0=B5=D1=80=D1=83=D0=BF=D1=80=D0=BE=D0=BC=20=D0=B8=20?= =?utf8?q?=D0=BA=D1=88=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/city-store-params/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/city-store-params/index.php b/erp24/views/city-store-params/index.php index 57ab0818..59246957 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -132,7 +132,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' 'bush_chef_florist', 'value' => null, - 'data' => ArrayHelper::map(Admin::findAll(['group_id' => AdminGroup::GROUP_BUSH_CHEF_FLORIST]), 'id', 'name_full'), + 'data' => ArrayHelper::map(Admin::findAll(['group_id' => AdminGroup::GROUP_BUSH_CHEF_FLORIST]), 'id', 'name'), 'options' => [ 'placeholder' => 'Кустовой шеф-флорист', 'class' => 'form-select', -- 2.39.5