From e716da04ec4e241596b2e949ce4b962c77d830b3 Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Mon, 18 Sep 2017 16:00:34 +0530 Subject: [PATCH] add the newsletter in the standard portel (#10784) --- erpnext/hooks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 88f719aaf8..26c7a3aa61 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -128,11 +128,13 @@ standard_portal_menu_items = [ {"title": _("Shipments"), "route": "/shipments", "reference_doctype": "Delivery Note", "role":"Customer"}, {"title": _("Issues"), "route": "/issues", "reference_doctype": "Issue", "role":"Customer"}, {"title": _("Addresses"), "route": "/addresses", "reference_doctype": "Address"}, - {"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"}, + {"title": _("Timesheets"), "route": "/timesheets", "reference_doctype": "Timesheet", "role":"Customer"}, {"title": _("Timesheets"), "route": "/timesheets", "reference_doctype": "Timesheet", "role":"Customer"}, {"title": _("Lab Test"), "route": "/lab-test", "reference_doctype": "Lab Test", "role":"Patient"}, {"title": _("Prescription"), "route": "/prescription", "reference_doctype": "Consultation", "role":"Patient"}, - {"title": _("Patient Appointment"), "route": "/patient-appointments", "reference_doctype": "Patient Appointment", "role":"Patient"} + {"title": _("Patient Appointment"), "route": "/patient-appointments", "reference_doctype": "Patient Appointment", "role":"Patient"}, + {"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"}, + {"title": _("Newsletter"), "route": "/newsletters", "reference_doctype": "Newsletter"} ] default_roles = [