Merge pull request #5455 from expsa/kk_dev_odex25_hr

[FIX] attendances: FIX bug
This commit is contained in:
kchyounes19 2025-11-19 14:05:03 +01:00 committed by GitHub
commit 21b5eee10f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ class HrAttendanceTransactions(models.Model):
{'mission_id': mission.id, 'miss_start': miss_start, 'miss_end': miss_end,
'type': 'break'}
)
trans.update_absence_status(trans)
# trans.update_absence_status(trans)
if state is not None:
return feedback