Submit auto created salary structure assignments

This commit is contained in:
Nabin Hait 2018-05-29 13:25:28 +05:30
parent 3aa205f19d
commit 4d0c73a5c8

View File

@ -25,6 +25,7 @@ def execute():
# to migrate the data of the old employees
s.flags.old_employee = True
s.save()
s.submit()
except DuplicateAssignment:
pass