From 2a2f019b60c4bbd3952c02aaabb0e2dee9e17764 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Wed, 11 Sep 2024 09:45:15 +0300 Subject: [PATCH] =?utf8?q?=D1=87=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?utf8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/actions/cabinet/IndexAction.php | 2 -- erp24/views/cabinet202310/_search_form.php | 3 --- 2 files changed, 5 deletions(-) diff --git a/erp24/actions/cabinet/IndexAction.php b/erp24/actions/cabinet/IndexAction.php index 07ca447e..26bf671f 100755 --- a/erp24/actions/cabinet/IndexAction.php +++ b/erp24/actions/cabinet/IndexAction.php @@ -116,12 +116,10 @@ class IndexAction extends Action if (empty($daysSearchForm->dateFrom)) { $daysSearchForm->dateFrom = $dateFrom; - } if (empty($daysSearchForm->dateTo)) { $daysSearchForm->dateTo = $dateTo; - } $dateFrom = $daysSearchForm->dateFrom; diff --git a/erp24/views/cabinet202310/_search_form.php b/erp24/views/cabinet202310/_search_form.php index 2a6d6261..6ffe56c0 100755 --- a/erp24/views/cabinet202310/_search_form.php +++ b/erp24/views/cabinet202310/_search_form.php @@ -19,9 +19,6 @@ $searchForm = \yii\widgets\ActiveForm::begin([ 'validationUrl' => 'validate', 'options' => ['enctype' => 'multipart/form-data'] ]); ?> - - -
-- 2.39.5