From e62791b2f4ffe812221a0e3034ff7ef4a9497141 Mon Sep 17 00:00:00 2001 From: sergei kasianenko Date: Tue, 16 Jul 2024 22:00:03 +0800 Subject: [PATCH] fix role --- context_processors/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context_processors/utils.py b/context_processors/utils.py index 9bc2b65dec..30e577e565 100644 --- a/context_processors/utils.py +++ b/context_processors/utils.py @@ -226,7 +226,7 @@ def menu(request): "url": '/ui/billing', "title": "Счета на оплату", "nt": True, - "access": ["Счет: проект, Счет: закрытие"], + "access": ["Счет: проект", "Счет: закрытие"], }, {"url": "/ui/utils", "title": "Инструменты", "nt": False, "access": ["Инструменты"]}, {"url": "/ui/document-manager", "title": "ДОУ", "nt": False, "access": ["ДОУ: просмотр документов"]},