mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
fix: do not translate issue priority
This commit is contained in:
@@ -175,9 +175,9 @@ def install(country=None):
|
||||
]},
|
||||
|
||||
# Issue Priority
|
||||
{'doctype': 'Issue Priority', 'name': _('Low')},
|
||||
{'doctype': 'Issue Priority', 'name': _('Medium')},
|
||||
{'doctype': 'Issue Priority', 'name': _('High')},
|
||||
{'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')},
|
||||
|
||||
Reference in New Issue
Block a user