mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 02:34:41 +00:00
feat: add fixtures
This commit is contained in:
@@ -173,6 +173,11 @@ def install(country=None):
|
||||
{"attribute_value": _("White"), "abbr": "WHI"}
|
||||
]},
|
||||
|
||||
# Issue Priority
|
||||
{'doctype': 'Issue Priority', 'name': _('Low')},
|
||||
{'doctype': 'Issue Priority', 'name': _('Medium')},
|
||||
{'doctype': 'Issue Priority', 'name': _('High')},
|
||||
|
||||
#Job Applicant Source
|
||||
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
||||
{'doctype': 'Job Applicant Source', 'source_name': _('Walk In')},
|
||||
|
||||
Reference in New Issue
Block a user