mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
[minor] renamed portal hook
This commit is contained in:
@@ -100,7 +100,7 @@ website_route_rules = [
|
|||||||
{"from_route": "/boms", "to_route": "BOM"}
|
{"from_route": "/boms", "to_route": "BOM"}
|
||||||
]
|
]
|
||||||
|
|
||||||
portal_menu_items = [
|
standard_portal_menu_items = [
|
||||||
{"title": _("Projects"), "route": "/project", "reference_doctype": "Project"},
|
{"title": _("Projects"), "route": "/project", "reference_doctype": "Project"},
|
||||||
{"title": _("Request for Quotations"), "route": "/rfq", "reference_doctype": "Request for Quotation", "role": "Supplier"},
|
{"title": _("Request for Quotations"), "route": "/rfq", "reference_doctype": "Request for Quotation", "role": "Supplier"},
|
||||||
{"title": _("Supplier Quotation"), "route": "/quotations", "reference_doctype": "Supplier Quotation", "role": "Supplier"},
|
{"title": _("Supplier Quotation"), "route": "/quotations", "reference_doctype": "Supplier Quotation", "role": "Supplier"},
|
||||||
|
|||||||
Reference in New Issue
Block a user