From 8c41abc2df25e11331b5851f8e61618284b32631 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Tue, 2 Oct 2018 15:41:23 +0530 Subject: [PATCH] Modified education menu items --- erpnext/config/education.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/erpnext/config/education.py b/erpnext/config/education.py index 96e7e8118e..b845537b06 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py @@ -32,6 +32,10 @@ def get_data(): "type": "doctype", "name": "Student Applicant" }, + { + "type": "doctype", + "name": "Web Academy Applicant" + }, { "type": "doctype", "name": "Student Admission" @@ -179,13 +183,17 @@ def get_data(): { "label": _("Masters"), "items": [ + { + "type": "doctype", + "name": "Program" + }, { "type": "doctype", "name": "Course" }, { "type": "doctype", - "name": "Program" + "name": "Content" }, { "type": "doctype",