fix: Config bug, added type doctype
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 10dba50..58f2f17 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -189,6 +189,7 @@
 					"name": "Program",
 				},
 				{
+					"type": "doctype",
 					"name": "Course",
 					"onboard": 1,
 				},
@@ -201,6 +202,7 @@
 					"name": "Topic",
 				},
 				{
+					"type": "doctype",
 					"name": "Instructor",
 					"onboard": 1,
 				},