From 34fa33d3246204fbf85b1477f65b30e4883ad4fe Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 14 Mar 2019 15:14:25 +0530 Subject: [PATCH] fix: Config bug, added type doctype --- erpnext/config/education.py | 2 ++ 1 file changed, 2 insertions(+) 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, },