From a7e0e120cc829bb3a633afb96cd01402d1e04172 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 7 Aug 2025 09:36:51 +0300 Subject: [PATCH] =?utf8?q?=D0=9C=D0=B0=D1=80=D0=BA=D0=B8=D1=80=D0=BE=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20min=20-=20m=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index 6398e982..3dc5f0b2 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -81,10 +81,10 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' =>
'polnogramma-type-filter', - 'data' => ['min' => 'min', 'max' => 'max'], + 'data' => ['min' => 'min (max * 0.3)', 'max' => 'max (авто)'], 'value' => 'max', 'options' => [ - 'placeholder' => 'Тип п-ма', + 'placeholder' => 'Тип планограммы', 'id' => 'polnogramma-type', ], 'pluginOptions' => ['allowClear' => true], -- 2.39.5