Merge pull request #69 from nabinhait/master
reload salary manager
diff --git a/patches/patch.py b/patches/patch.py
index 8c4c9dd..14d7c92 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
-last_patch = 352
+last_patch = 353
#-------------------------------------------
@@ -288,3 +288,5 @@
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
ch.format = 'Delivery Note Packing List Wise'
ch.save(1)
+ elif patch_no == 353:
+ reload_doc('hr', 'doctype', 'salary_manager')