fix: Config bug, added type doctype

This commit is contained in:
scmmishra 2019-03-14 15:14:25 +05:30
parent 14d70ce444
commit 34fa33d324

View File

@ -189,6 +189,7 @@ def get_data():
"name": "Program",
},
{
"type": "doctype",
"name": "Course",
"onboard": 1,
},
@ -201,6 +202,7 @@ def get_data():
"name": "Topic",
},
{
"type": "doctype",
"name": "Instructor",
"onboard": 1,
},