From 36b25586ed79a2e75242603263a8a52ed4d65110 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 31 Jan 2025 17:00:43 +0300 Subject: [PATCH] =?utf8?q?[ERP-301]=20=D1=81=D0=BF=D1=80=D1=8F=D1=82=D0=B0?= =?utf8?q?=D0=BB=20=D1=84=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/payroll/list-admins.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/views/payroll/list-admins.php b/erp24/views/payroll/list-admins.php index fdd9c5cb..7cbde062 100755 --- a/erp24/views/payroll/list-admins.php +++ b/erp24/views/payroll/list-admins.php @@ -81,6 +81,7 @@ $this->params['breadcrumbs'][] = $this->title; ); ?> +
field($yearMonthSearchForm, 'admin_name')->textInput()->label(false) ?>
@@ -88,6 +89,7 @@ $this->params['breadcrumbs'][] = $this->title; field($yearMonthSearchForm, 'admin_group_id') ->dropDownList($adminGroups)->label(false) ?> +
'btn btn-primary']); -- 2.39.5