Skip to content

Commit d144a4c

Browse files
committed
Merge branch 'hotfix'
2 parents 91dcd8d + d2484ec commit d144a4c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

erpnext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import unicode_literals
33
import frappe
44

5-
__version__ = '8.0.31'
5+
__version__ = '8.0.32'
66

77

88
def get_default_company(user=None):
File renamed without changes.

erpnext/utilities/activation.py

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def get_level():
3737
if frappe.db.count('Student') > 5:
3838
activation_level += 1
3939

40-
if frappe.db.count('Student Batch Name') > 5:
41-
activation_level += 1
42-
4340
if frappe.db.count('Instructor') > 5:
4441
activation_level += 1
4542

0 commit comments

Comments
 (0)