From 65a27395fe6772b513a1aada0347b6922ef30112 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 19 May 2017 14:53:32 +0530 Subject: [PATCH] [minor] remove student batch name from activation.py --- erpnext/utilities/activation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index 0b73d3e5b6f..1ae92c121f0 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py @@ -37,9 +37,6 @@ def get_level(): if frappe.db.count('Student') > 5: activation_level += 1 - if frappe.db.count('Student Batch Name') > 5: - activation_level += 1 - if frappe.db.count('Instructor') > 5: activation_level += 1