From 6207883b7c6313b666dfbb64cf2a4bad2999c9a6 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 22 Jul 2016 12:20:52 +0530 Subject: [PATCH] [fix] patch #5831 --- erpnext/patches/v7_0/migrate_schools_to_erpnext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v7_0/migrate_schools_to_erpnext.py b/erpnext/patches/v7_0/migrate_schools_to_erpnext.py index 55f68d2933..9933743859 100644 --- a/erpnext/patches/v7_0/migrate_schools_to_erpnext.py +++ b/erpnext/patches/v7_0/migrate_schools_to_erpnext.py @@ -28,5 +28,5 @@ def execute(): def reload_doctypes_for_schools_icons(): for name in ('student', 'student_group', 'course_schedule', 'student_attendance', - 'course', 'program', 'student_applicant', 'examination', 'fees', 'instructor'): + 'course', 'program', 'student_applicant', 'examination', 'fees', 'instructor', 'announcement'): frappe.reload_doc('schools', 'doctype', name)