fix route for Task and Tree of Procedure

This commit is contained in:
Himanshu Warekar 2019-02-28 11:42:36 +05:30
parent fcd0556119
commit 1cb695b7e9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ def get_data():
{
"type": "doctype",
"name": "Task",
"route": "List/Task",
"route": "#List/Task",
"description": _("Project activity / task."),
"onboard": 1,
},

View File

@ -23,7 +23,7 @@ def get_data():
"name": "Quality Procedure",
"icon": "fa fa-sitemap",
"label": _("Tree of Procedures"),
"route": "Tree/Quality Procedure",
"route": "#Tree/Quality Procedure",
"description": _("Tree of Quality Procedures."),
},
]