feat: add fixtures
diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py
index 89f4e30..4b734df 100644
--- a/erpnext/setup/setup_wizard/operations/install_fixtures.py
+++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py
@@ -173,6 +173,11 @@
{"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')},