Modified education menu items

This commit is contained in:
scmmishra 2018-10-02 15:41:23 +05:30 committed by Aditya Hase
parent 84a49d5ea7
commit 8c41abc2df

View File

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