mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: do not translate issue priority
This commit is contained in:
@@ -175,9 +175,9 @@ def install(country=None):
|
|||||||
]},
|
]},
|
||||||
|
|
||||||
# Issue Priority
|
# Issue Priority
|
||||||
{'doctype': 'Issue Priority', 'name': _('Low')},
|
{'doctype': 'Issue Priority', 'name': 'Low'},
|
||||||
{'doctype': 'Issue Priority', 'name': _('Medium')},
|
{'doctype': 'Issue Priority', 'name': 'Medium'},
|
||||||
{'doctype': 'Issue Priority', 'name': _('High')},
|
{'doctype': 'Issue Priority', 'name': 'High'},
|
||||||
|
|
||||||
#Job Applicant Source
|
#Job Applicant Source
|
||||||
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
||||||
|
|||||||
Reference in New Issue
Block a user