diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index 8e59bdc966b..559f8f63e70 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py @@ -62,7 +62,6 @@ def get_level(): {"Sales Invoice": frappe.db.count('Sales Invoice')}, {"BOM": frappe.db.count('BOM')}, {"Quotation": frappe.db.count('Quotation')}, - {"Lead": frappe.db.count('Lead')}, {"Payment Entry": frappe.db.count('Payment Entry')}, {"Journal Entry": frappe.db.count('Journal Entry')}, {"Stock Entry": frappe.db.count('Stock Entry')},