From 32dc6b801831dcc36ad955bb9dbf0ccfdcfdf810 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 2 Dec 2024 09:50:41 +0300 Subject: [PATCH] =?utf8?q?ERP-243=20=D0=94=D0=B5=D0=B9=D1=81=D1=82=D0=B2?= =?utf8?q?=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD?= =?utf8?q?=D0=B5=20(II=20=D1=8D=D1=82=D0=B0=D0=BF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/shift-transfer/_replacement.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erp24/views/shift-transfer/_replacement.php b/erp24/views/shift-transfer/_replacement.php index d9cf7bbc..be177866 100644 --- a/erp24/views/shift-transfer/_replacement.php +++ b/erp24/views/shift-transfer/_replacement.php @@ -30,10 +30,6 @@ if (in_array($shiftTransfer->status_id, [ShiftTransfer::STATUS_ID_TRANSFER_ACTIO 'type' => Select2::class, 'options' => [ 'data' => $products, - 'options' => [ - 'placeholder' => 'Выберите товар', - 'class' => 'form-control', - ], 'pluginOptions' => [ 'allowClear' => true, ], -- 2.39.5