From 1332e625219b7c409c79a442b6cbd1ae97666e10 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 9 Jun 2025 23:06:22 +0300 Subject: [PATCH] =?utf8?q?ERP-360=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B0?= =?utf8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index db7cf9e0..d2ce7e78 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -85,7 +85,7 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' =>
'week-filter', - 'data' => ['1' => '1', '2' => '2'], + 'data' => array_combine(range(1, 53), range(1, 53)), 'options' => ['placeholder' => 'Неделя', 'id' => 'week'], 'pluginOptions' => ['allowClear' => true], ]) ?> -- 2.39.5