From 71be300e6c7bdc895c1102b8eef70773a8f53e4e Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 23 May 2025 16:57:17 +0300 Subject: [PATCH] ERP-417 --- erp24/views/write_offs_erp/view.php | 37 +++++++---------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/erp24/views/write_offs_erp/view.php b/erp24/views/write_offs_erp/view.php index f1391b4c..d52c3d1a 100644 --- a/erp24/views/write_offs_erp/view.php +++ b/erp24/views/write_offs_erp/view.php @@ -23,24 +23,7 @@ $this->params['breadcrumbs'][] = ['label' => 'Write Offs Erps', 'url' => ['index $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); - -$this->registerCssFile('@web/css/fancybox.css'); -$this->registerJsFile('@web/js/fancybox.umd.js', ['position' => View::POS_END]); - $this->registerCssFile('/css/write-offs-erp.css', ['position' => \yii\web\View::POS_HEAD]); - -$this->registerJs(<<