From 759651e7d23e2621007240213fdd46bf731fbafc Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 27 Dec 2024 14:17:17 +0300 Subject: [PATCH] =?utf8?q?yii=5Fapp=20-=20=D0=BD=D0=B5=D1=82=20=D1=82?= =?utf8?q?=D0=B0=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D1=80=D0=BD=D1=8F?= =?utf8?q?=20=D0=B2=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BE=D1=82=20=D1=80?= =?utf8?q?=D1=83=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/cabinet202310/_holiday_table_values.php | 4 ++-- erp24/views/cabinet202310/_table_team_payroll.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erp24/views/cabinet202310/_holiday_table_values.php b/erp24/views/cabinet202310/_holiday_table_values.php index ef5eeff0..4dc8f8af 100755 --- a/erp24/views/cabinet202310/_holiday_table_values.php +++ b/erp24/views/cabinet202310/_holiday_table_values.php @@ -13,8 +13,8 @@ use yii_app\helpers\HtmlHelper; /* @var $personHolidayShiftCount float */ -$this->registerCssFile('/yii_app/css/common/block-info.css'); -$this->registerJsFile('/yii_app/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); +$this->registerCssFile('/css/common/block-info.css'); +$this->registerJsFile('/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); echo '

Блок премирования магазина
за продажу фокусных позиций в мартовские праздники

'; diff --git a/erp24/views/cabinet202310/_table_team_payroll.php b/erp24/views/cabinet202310/_table_team_payroll.php index 2258c113..0a61b14d 100755 --- a/erp24/views/cabinet202310/_table_team_payroll.php +++ b/erp24/views/cabinet202310/_table_team_payroll.php @@ -8,8 +8,8 @@ use yii\helpers\ArrayHelper; -$this->registerCssFile('/yii_app/css/common/block-info.css'); -$this->registerJsFile('/yii_app/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); +$this->registerCssFile('/css/common/block-info.css'); +$this->registerJsFile('/js/common/block-info.js', ['position' => \yii\web\View::POS_END]); if (!empty($adminTeamPayrollTable)) { -- 2.39.5