From b9cdb05934408414b93f4c8207f7995a8a65aee9 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 8 Mar 2017 12:33:43 +0530 Subject: [PATCH] [minor] renamed portal hook --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 617e6c3301..4c9672b798 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -100,7 +100,7 @@ website_route_rules = [ {"from_route": "/boms", "to_route": "BOM"} ] -portal_menu_items = [ +standard_portal_menu_items = [ {"title": _("Projects"), "route": "/project", "reference_doctype": "Project"}, {"title": _("Request for Quotations"), "route": "/rfq", "reference_doctype": "Request for Quotation", "role": "Supplier"}, {"title": _("Supplier Quotation"), "route": "/quotations", "reference_doctype": "Supplier Quotation", "role": "Supplier"},