Fix for the student batch-wise attendance report (#8834)

This commit is contained in:
Manas Solanki 2017-05-16 08:00:24 +05:30 committed by Nabin Hait
parent b0df661e81
commit c5f79d2ec4

View File

@ -38,7 +38,7 @@ def execute(filters=None):
def get_columns(filters):
columns = [
_("Student Group") + ":Link/Student Batch:250",
_("Student Group") + ":Link/Student Group:250",
_("Student Group Strength") + "::170",
_("Present") + "::90",
_("Absent") + "::90",