From b2c745827ffeda66f08b88316b767809685872df Mon Sep 17 00:00:00 2001 From: scmmishra Date: Mon, 18 Mar 2019 15:28:49 +0530 Subject: [PATCH] fix: Removed accidentally added course doctype in list --- erpnext/config/education.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/config/education.py b/erpnext/config/education.py index 58f2f1799cf..4efaaa65cdc 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py @@ -193,10 +193,6 @@ def get_data(): "name": "Course", "onboard": 1, }, - { - "type": "doctype", - "name": "Course" - }, { "type": "doctype", "name": "Topic",