commit | 65a27395fe6772b513a1aada0347b6922ef30112 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri May 19 14:53:32 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri May 19 14:53:32 2017 +0530 |
tree | eb62e87e0404cbd7c5b6421812e106b466aea9d4 | |
parent | 91dcd8d9521e8c1716e50c47c4bd371b35462596 [diff] |
[minor] remove student batch name from activation.py
diff --git a/erpnext/utilities/activation.py b/erpnext/utilities/activation.py index 0b73d3e..1ae92c1 100644 --- a/erpnext/utilities/activation.py +++ b/erpnext/utilities/activation.py
@@ -37,9 +37,6 @@ 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