diff --git a/erpnext/config/education.py b/erpnext/config/education.py index 96f660a971..3e8d2ca70a 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py @@ -191,6 +191,19 @@ def get_data(): "type": "doctype", "name": "Course" }, + { + "type": "doctype", + "name": "Topic" + }, + { + "type": "doctype", + "name": "Room" + } + ] + }, + { + "label": _("Content Masters"), + "items": [ { "type": "doctype", "name": "Article" @@ -202,10 +215,6 @@ def get_data(): { "type": "doctype", "name": "Quiz" - }, - { - "type": "doctype", - "name": "Room" } ] },