From c5f79d2ec4ba98559e604f1eead846d3cafe1cd6 Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Tue, 16 May 2017 08:00:24 +0530 Subject: [PATCH] Fix for the student batch-wise attendance report (#8834) --- .../student_batch_wise_attendance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py b/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py index ddb4889cbf..646e3f7987 100644 --- a/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py +++ b/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py @@ -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",