mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
New Party Type Member Added
This commit is contained in:
@@ -213,6 +213,7 @@ def install(country=None):
|
||||
{'doctype': "Party Type", "party_type": "Customer"},
|
||||
{'doctype': "Party Type", "party_type": "Supplier"},
|
||||
{'doctype': "Party Type", "party_type": "Employee"},
|
||||
{'doctype': "Party Type", "party_type": "Member"},
|
||||
|
||||
{'doctype': "Opportunity Type", "name": "Hub"},
|
||||
{'doctype': "Opportunity Type", "name": _("Sales")},
|
||||
|
||||
Reference in New Issue
Block a user