From 163ce8e44001f8132819940cd9ff407c19636998 Mon Sep 17 00:00:00 2001 From: Horilla Date: Fri, 5 Jul 2024 16:19:22 +0530 Subject: [PATCH] [FIX] LEAVE:In employee instance companay leave url is showing for holiday --- leave/sidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leave/sidebar.py b/leave/sidebar.py index a0385c9a3..a6ded6215 100644 --- a/leave/sidebar.py +++ b/leave/sidebar.py @@ -52,7 +52,7 @@ SUBMENUS = [ }, { "menu": trans("Company Leaves"), - "redirect": reverse("holiday-view"), + "redirect": reverse("company-leave-view"), "accessibility": "leave.sidebar.company_leave_accessibility", }, {