From 6e4b92aba2e8d419fa4a0b95763b9b0f451929ff Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Tue, 5 Aug 2025 14:40:05 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?utf8?q?=D0=BE=20max-min?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index f34a483f..940cd0b6 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -82,7 +82,11 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => 'polnogramma-type-filter', 'data' => ['min' => 'min', 'max' => 'max'], - 'options' => ['placeholder' => 'Тип п-ма', 'id' => 'polnogramma-type'], + 'value' => 'max', + 'options' => [ + 'placeholder' => 'Тип п-ма', + 'id' => 'polnogramma-type', + ], 'pluginOptions' => ['allowClear' => true], ]) ?> -- 2.39.5