This commit is contained in:
Elyageen 2024-07-20 20:28:34 +03:00
parent 5d3dc114c0
commit dc40b9f28a
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)