mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
Merge develop into sla_fix
This commit is contained in:
@@ -12,6 +12,16 @@ def get_data():
|
||||
"description": _("Support queries from customers."),
|
||||
"onboard": 1,
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Issue Type",
|
||||
"description": _("Issue Type."),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Issue Priority",
|
||||
"description": _("Issue Priority."),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Communication",
|
||||
|
||||
Reference in New Issue
Block a user