diff --git a/erpnext/config/education.py b/erpnext/config/education.py index 10dba50647..58f2f1799c 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py @@ -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, },