mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
fix: change sla on priority
This commit is contained in:
@@ -18,6 +18,11 @@ def get_data():
|
||||
"onboard": 1,
|
||||
"dependencies": ["Employee"]
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Employee Group",
|
||||
"dependencies": ["Employee"]
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Attendance",
|
||||
|
||||
@@ -38,11 +38,6 @@ def get_data():
|
||||
{
|
||||
"label": _("Service Level Agreement"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Employee Group",
|
||||
"description": _("Support Team."),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Service Level",
|
||||
|
||||
Reference in New Issue
Block a user