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

@@ -375,7 +375,6 @@ def install(country=None):
{"doctype": "Party Type", "party_type": "Supplier", "account_type": "Payable"},
{"doctype": "Party Type", "party_type": "Employee", "account_type": "Payable"},
{"doctype": "Party Type", "party_type": "Shareholder", "account_type": "Payable"},
{"doctype": "Party Type", "party_type": "Student", "account_type": "Receivable"},
{"doctype": "Opportunity Type", "name": _("Sales")},
{"doctype": "Opportunity Type", "name": _("Support")},
{"doctype": "Opportunity Type", "name": _("Maintenance")},