From 514a6ff2165ff93c14bcd333cf21738bc34ff8f8 Mon Sep 17 00:00:00 2001 From: pavlikov_maxim Date: Fri, 19 Apr 2024 16:42:01 +0300 Subject: [PATCH] =?utf8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BC=D0=BE=D0=B4?= =?utf8?q?=D1=83=D0=BB=D1=8F=20write-offs?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/write-offs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/write-offs/index.php b/erp24/views/write-offs/index.php index d24f931..017b3b9 100644 --- a/erp24/views/write-offs/index.php +++ b/erp24/views/write-offs/index.php @@ -140,5 +140,5 @@ echo 'Итого в розничных ' . $summ_retail . ' Итого echo ''; if (!empty($data)) echo $pagination->createLinks(); - +$_CONFIG['jscss'] = $_CONFIG['jscss'] ?? ''; include_once dirname(__DIR__, 2) . '/templates/bottom_light.php'; -- 2.39.5