mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +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
|
||||
s.flags.old_employee = True
|
||||
s.save()
|
||||
s.submit()
|
||||
except DuplicateAssignment:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user