commit | a7a3a497d5fde6d6e80072ad9c6f88351c841efe | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 18:35:42 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 18:35:42 2016 +0530 |
tree | b2e83f622dc78a3fcb9b315f8a3fcf48ee55df5b | |
parent | a943ec8ff565ae78840056b4f73ac1e364c84fd9 [diff] | |
parent | b33695138c50f0127de003a594bc39263d092613 [diff] |
Fixed version conflict
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',