mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 05:48:15 +00:00
[fix] patch #5831
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user