From dd889f87968c1788936f8839719d76692bd326e4 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Tue, 9 Apr 2019 11:36:31 +0530 Subject: [PATCH] fix: Fixed hero image field in COurse and Topic --- erpnext/education/doctype/course/course.json | 4 ++-- erpnext/education/doctype/topic/topic.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/education/doctype/course/course.json b/erpnext/education/doctype/course/course.json index 82032e6214e..072e8b4afba 100644 --- a/erpnext/education/doctype/course/course.json +++ b/erpnext/education/doctype/course/course.json @@ -320,7 +320,7 @@ "columns": 0, "fetch_if_empty": 0, "fieldname": "hero_image", - "fieldtype": "Image", + "fieldtype": "Attach Image", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -455,7 +455,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2019-04-01 15:41:47.872949", + "modified": "2019-04-09 11:35:27.354877", "modified_by": "Administrator", "module": "Education", "name": "Course", diff --git a/erpnext/education/doctype/topic/topic.json b/erpnext/education/doctype/topic/topic.json index 94ce2402465..f47b10d7804 100644 --- a/erpnext/education/doctype/topic/topic.json +++ b/erpnext/education/doctype/topic/topic.json @@ -187,7 +187,7 @@ "columns": 0, "fetch_if_empty": 0, "fieldname": "hero_image", - "fieldtype": "Image", + "fieldtype": "Attach Image", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -221,7 +221,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2019-04-01 15:42:00.494678", + "modified": "2019-04-09 11:35:34.137040", "modified_by": "Administrator", "module": "Education", "name": "Topic",