From 52c352de8b694bd368dac01b8b0b0bc064c71fc6 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 10 Jun 2025 17:12:53 +0300 Subject: [PATCH] =?utf8?q?ERP-426=20=D0=A0=D0=B0=D1=81=D1=88=D0=B8=D1=80?= =?utf8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= =?utf8?q?=D0=BE=D0=B9=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D0=BC?= =?utf8?q?=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE=D0=B2=20=D0=BF=D1=80?= =?utf8?q?=D0=B8=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE?= =?utf8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20=D1=81=D0=BF=D0=B8=D1=81=D0=B0?= =?utf8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/write_offs_erp/_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/write_offs_erp/_form.php b/erp24/views/write_offs_erp/_form.php index fac78066..16bb0e51 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -154,7 +154,7 @@ $this->registerJsFile('/js/heic_to_jpg_replace.js', ['position' => \yii\web\View 'name' => 'quantity', 'type' => 'text', 'title' => 'Количество', - 'defaultOptions' => [ + 'options' => [ 'type' => 'number', 'class' => 'form-control', 'placeholder' => 'Введите количество', -- 2.39.5