diff --git a/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py index c6f5bf05891..da94d96adb0 100644 --- a/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +++ b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py @@ -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