diff --git a/erpnext/schools/doctype/student/student_dashboard.py b/erpnext/schools/doctype/student/student_dashboard.py index 8b59b6b013..6d951680b8 100644 --- a/erpnext/schools/doctype/student/student_dashboard.py +++ b/erpnext/schools/doctype/student/student_dashboard.py @@ -1,7 +1,7 @@ from frappe import _ def get_data(): - { + return { 'heatmap': True, 'heatmap_message': _('This is based on the attendance of this Student'), 'fieldname': 'student',