Merge pull request #310 from expsa/abuzar_fix_odexss

fix bug
This commit is contained in:
AbuzarExp 2024-07-20 20:29:13 +03:00 committed by GitHub
commit 0c451a2f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ class OverTimeController(http.Controller):
s.write(vals)
# if s.state == 'hr_aaproval':
s.onchange_transfer_type()
s.get_account_ids()
if data:
for t in data:
self.get_overtime_line(s.employee_id, s, t)