From f4127914e44addb79a11443792126f966d9e85ce Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 27 Dec 2024 12:28:12 +0300 Subject: [PATCH] =?utf8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=D0=B8=20=D0=B1?= =?utf8?q?=D0=B8=D1=82=D1=83=D1=8E=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83?= =?utf8?q?=20=D0=BD=D0=B0=20lightbox,=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0?= =?utf8?q?=D0=B2=D0=B8=D0=BB=D0=B8=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=20=D0=BE=D1=82=D1=81=D1=83?= =?utf8?q?=D1=82=D1=81=D1=82=D0=B2=D1=83=D1=8E=D1=89=D0=B5=D0=BC=20=D0=B2?= =?utf8?q?=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D1=83=D1=80=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/records/CrmMenu.php | 2 +- erp24/views/write_offs_erp/view.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/erp24/records/CrmMenu.php b/erp24/records/CrmMenu.php index 1dd573ac..0d38d452 100755 --- a/erp24/records/CrmMenu.php +++ b/erp24/records/CrmMenu.php @@ -45,7 +45,7 @@ class CrmMenu extends ActiveRecord ->cache(3600) ->one(); if (!$record) { - \Yii::warning('Нет найдена запись для URL ' . $url); + \Yii::warning('Не найдена запись для URL ' . $url); return $url; } return $record->name; diff --git a/erp24/views/write_offs_erp/view.php b/erp24/views/write_offs_erp/view.php index 162bf209..7eb50f61 100644 --- a/erp24/views/write_offs_erp/view.php +++ b/erp24/views/write_offs_erp/view.php @@ -20,8 +20,6 @@ $this->params['breadcrumbs'][] = ['label' => 'Write Offs Erps', 'url' => ['index $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); -$this->registerCssFile('/css/lightbox.css'); -//$this->registerJsFile('/js/lightbox.js', ['position' => \yii\web\View::POS_END]); $this->registerCssFile('/css/write-offs-erp.css', ['position' => \yii\web\View::POS_HEAD]); ?>