commit | 34fa33d3246204fbf85b1477f65b30e4883ad4fe | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Thu Mar 14 15:14:25 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Thu Mar 14 15:14:25 2019 +0530 |
tree | 8b5fe0e9d4fb3ab2861710ba99d9dd0c26ef5e65 | |
parent | 14d70ce4440d59aa1e2a7a61e59abff23d537b23 [diff] |
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, },