chore: Remove references for Student doctype

This commit is contained in:
Deepesh Garg
2022-04-28 16:16:47 +05:30
parent cc867fd949
commit 44c54f69f8
6 changed files with 3 additions and 38 deletions

View File

@@ -133,7 +133,7 @@ def set_account_currency(filters):
else:
account_currency = (
None
if filters.party_type in ["Employee", "Student", "Shareholder", "Member"]
if filters.party_type in ["Employee", "Shareholder", "Member"]
else frappe.db.get_value(filters.party_type, filters.party[0], "default_currency")
)