From d5ba17003f35a7bdcac2978f9e05838b8ccc6123 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 27 May 2025 09:52:52 +0300 Subject: [PATCH] ERP-417 --- 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 258345ae..3a67777a 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -247,7 +247,7 @@ JS 'title' => 'Видео: mp4, mov, avi', 'type' => \kartik\file\FileInput::class, 'options' => [ - 'multiple' => false, +// 'multiple' => false, 'accept' => 'video/*', 'pluginOptions' => [ 'showPreview' => true, -- 2.39.5