diff --git a/beesdoo_shift/models/attendance_sheet.py b/beesdoo_shift/models/attendance_sheet.py index 1ced0c8..ee51bbc 100644 --- a/beesdoo_shift/models/attendance_sheet.py +++ b/beesdoo_shift/models/attendance_sheet.py @@ -583,7 +583,7 @@ class AttendanceSheet(models.Model): return if worker.working_mode == "regular": - regular_task_type = "normal" + regular_task_type = "compensation" else: regular_task_type = False