commit | 7cc99ab63b9a6cd9be162d9877ba16ea611d88a7 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Mon Nov 21 17:41:42 2022 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Mon Nov 21 18:13:54 2022 +0530 |
tree | d436f872e9828b19b660dd1197e2b326999031d2 | |
parent | e25d0ead1a0decbaa08aaed13b8948a45e8eb074 [diff] |
fix: update tasks route under website route rules
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index f9ddb12..4f42cca 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -175,6 +175,7 @@ }, }, {"from_route": "/project", "to_route": "Project"}, + {"from_route": "/tasks", "to_route": "Task"}, ] standard_portal_menu_items = [