reload salary manager
This commit is contained in:
parent
883604d368
commit
c63e62e883
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 352
|
last_patch = 353
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -288,3 +288,5 @@ def execute(patch_no):
|
|||||||
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
|
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
|
||||||
ch.format = 'Delivery Note Packing List Wise'
|
ch.format = 'Delivery Note Packing List Wise'
|
||||||
ch.save(1)
|
ch.save(1)
|
||||||
|
elif patch_no == 353:
|
||||||
|
reload_doc('hr', 'doctype', 'salary_manager')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user