commit | b2c745827ffeda66f08b88316b767809685872df | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Mon Mar 18 15:28:49 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Mon Mar 18 15:28:49 2019 +0530 |
tree | cad509f7e56271fbb57860714cf884b5a1f498c7 | |
parent | b854d644017884f7a6d6904aedc762577e0e6c86 [diff] |
fix: Removed accidentally added course doctype in list
diff --git a/erpnext/config/education.py b/erpnext/config/education.py index 58f2f17..4efaaa6 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py
@@ -195,10 +195,6 @@ }, { "type": "doctype", - "name": "Course" - }, - { - "type": "doctype", "name": "Topic", }, {