mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
Submit auto created salary structure assignments
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user