|
@ -583,7 +583,7 @@ class AttendanceSheet(models.Model): |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
if worker.working_mode == "regular": |
|
|
if worker.working_mode == "regular": |
|
|
regular_task_type = "normal" |
|
|
|
|
|
|
|
|
regular_task_type = "compensation" |
|
|
else: |
|
|
else: |
|
|
regular_task_type = False |
|
|
regular_task_type = False |
|
|
|
|
|
|
|
|