mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
chore: Remove references for Student doctype
This commit is contained in:
@@ -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")},
|
||||
|
||||
Reference in New Issue
Block a user