From 699f7c6fee6366881eb7349328c8f8e4d8b6280c Mon Sep 17 00:00:00 2001 From: scmmishra Date: Wed, 12 Dec 2018 16:10:23 +0530 Subject: [PATCH] Minor changes --- erpnext/config/education.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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" } ] },