Merge pull request #5455 from expsa/kk_dev_odex25_hr
[FIX] attendances: FIX bug
This commit is contained in:
commit
21b5eee10f
|
|
@ -1070,7 +1070,7 @@ class HrAttendanceTransactions(models.Model):
|
||||||
{'mission_id': mission.id, 'miss_start': miss_start, 'miss_end': miss_end,
|
{'mission_id': mission.id, 'miss_start': miss_start, 'miss_end': miss_end,
|
||||||
'type': 'break'}
|
'type': 'break'}
|
||||||
)
|
)
|
||||||
trans.update_absence_status(trans)
|
# trans.update_absence_status(trans)
|
||||||
if state is not None:
|
if state is not None:
|
||||||
return feedback
|
return feedback
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue