This commit is contained in:
Rushabh Mehta 2016-07-22 12:20:52 +05:30
parent 04a64a7f48
commit 6207883b7c

View File

@ -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)