Fix for the student batch-wise attendance report (#8834)
This commit is contained in:
parent
b0df661e81
commit
c5f79d2ec4
@ -38,7 +38,7 @@ def execute(filters=None):
|
|||||||
|
|
||||||
def get_columns(filters):
|
def get_columns(filters):
|
||||||
columns = [
|
columns = [
|
||||||
_("Student Group") + ":Link/Student Batch:250",
|
_("Student Group") + ":Link/Student Group:250",
|
||||||
_("Student Group Strength") + "::170",
|
_("Student Group Strength") + "::170",
|
||||||
_("Present") + "::90",
|
_("Present") + "::90",
|
||||||
_("Absent") + "::90",
|
_("Absent") + "::90",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user