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",