commit | 7791ed845f62a9b1ac038406d6bfa42328906bd8 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Oct 18 18:32:53 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Oct 18 18:33:19 2016 +0530 |
tree | b6b063e5ce30bd872c93a55504cb4ad362a5fb27 | |
parent | 498cc1b7e138f44ed7c435ada42e839627c88316 [diff] |
[hot] [fix] student_dashboard.py
diff --git a/erpnext/schools/doctype/student/student_dashboard.py b/erpnext/schools/doctype/student/student_dashboard.py index 8b59b6b..6d95168 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',