From 912c1d0a1bc742b72d1934f6d288f0335e94277b Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Thu, 5 May 2022 10:40:42 +0530 Subject: [PATCH] chore: Remove reference to Instructor doctype (#30903) References: https://github.com/frappe/erpnext/pull/30830 https://github.com/frappe/erpnext/commit/44c54f69f83e28fe205eb5f0e5dc4f161a8c0bba --- erpnext/utilities/activation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index cd7910ce43..7b2df5efd1 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py @@ -18,7 +18,6 @@ def get_level(): "Customer": 5, "Delivery Note": 5, "Employee": 3, - "Instructor": 5, "Issue": 5, "Item": 5, "Journal Entry": 3,