From ea66f18032816734c6b1431a95dc7325de0b0354 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:26:47 +0530 Subject: [PATCH] refactor: Leave Application should not be in hook.py (backport #36008) (#36158) Co-authored-by: Kitti U. @ Ecosoft Co-authored-by: Rucha Mahabal --- erpnext/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 115d5e6ea88..4d2cb617b5c 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -75,7 +75,6 @@ webform_list_context = "erpnext.controllers.website_list_for_contact.get_webform calendars = [ "Task", "Work Order", - "Leave Application", "Sales Order", "Holiday List", ]