Submit auto created salary structure assignments
This commit is contained in:
parent
3aa205f19d
commit
4d0c73a5c8
@ -25,6 +25,7 @@ def execute():
|
|||||||
# to migrate the data of the old employees
|
# to migrate the data of the old employees
|
||||||
s.flags.old_employee = True
|
s.flags.old_employee = True
|
||||||
s.save()
|
s.save()
|
||||||
|
s.submit()
|
||||||
except DuplicateAssignment:
|
except DuplicateAssignment:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user