mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
delete salary control panel and reload salary slip
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 353
|
last_patch = 354
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@@ -290,3 +290,6 @@ def execute(patch_no):
|
|||||||
ch.save(1)
|
ch.save(1)
|
||||||
elif patch_no == 353:
|
elif patch_no == 353:
|
||||||
reload_doc('hr', 'doctype', 'salary_manager')
|
reload_doc('hr', 'doctype', 'salary_manager')
|
||||||
|
elif patch_no == 354:
|
||||||
|
reload_doc('hr', 'doctype', 'salary_slip')
|
||||||
|
delete_doc('DocType', 'Salary Control Panel')
|
||||||
|
|||||||
Reference in New Issue
Block a user