From 162f391f1665ea51cc0fc4c536f07461406b5d26 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 27 May 2025 10:56:14 +0300 Subject: [PATCH] ERP-417 --- erp24/views/write_offs_erp/_form.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erp24/views/write_offs_erp/_form.php b/erp24/views/write_offs_erp/_form.php index cd892503..f88eab7e 100644 --- a/erp24/views/write_offs_erp/_form.php +++ b/erp24/views/write_offs_erp/_form.php @@ -258,6 +258,11 @@ JS 'name' => 'videoFiles', 'title' => 'Видео: mp4, mov, avi', 'type' => FileInput::className(), + 'value' => function ($model) { + + var_dump($model->id); + die(); + }, 'options' => [ 'options' => [ 'multiple' => false, -- 2.39.5