fix: don't count half day in absent days in Monthly Attendance Sheet summarized view (#32399)

This commit is contained in:
Rucha Mahabal
2022-09-28 15:02:21 +05:30
committed by GitHub
parent 07cc05785e
commit 255aa7a84a

View File

@@ -181,7 +181,6 @@ def add_data(
total_l += 1
elif status == "Half Day":
total_p += 0.5
total_a += 0.5
total_l += 0.5
elif not status:
total_um += 1