From 260784706147ddcb7e55d608c28ae61357ef5401 Mon Sep 17 00:00:00 2001 From: "Kitti U. @ Ecosoft" Date: Mon, 17 Jul 2023 11:44:37 +0700 Subject: [PATCH] refactor: Leave Application should not be in hook.py (#36008) --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 66f3de459b5..316d9437fb8 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -83,7 +83,7 @@ update_website_context = [ my_account_context = "erpnext.e_commerce.shopping_cart.utils.update_my_account_context" webform_list_context = "erpnext.controllers.website_list_for_contact.get_webform_list_context" -calendars = ["Task", "Work Order", "Leave Application", "Sales Order", "Holiday List", "ToDo"] +calendars = ["Task", "Work Order", "Sales Order", "Holiday List", "ToDo"] website_generators = ["Item Group", "Website Item", "BOM", "Sales Partner"]