This commit is contained in:
younes 2025-08-20 16:02:31 +01:00
parent b502bd8bc0
commit db6915cb7d
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class HrAttendanceReport(models.Model):
'absent': actual_absent_hours + missing_punch_hours + lateness + early_exist + extra_break_duration,
'mission_by_days': total_mission_by_day,
'absent_days_by_hr': lateness_hours_by_hr,
'total_hours': get_total_hours + missing_punch_hours,
'total_hours': get_total_hours,
'dummy_field': get_total_hours,
'total_amount': get_total_amount,
'amount_per_hour': get_amount_per_hour,