commit | c63e62e8835b01f0dc167f30c03777d70c9a172a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 14:44:15 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 14:44:15 2011 +0530 |
tree | cc7eafdfaab2fa26c7cde0c76f1237d87132d829 | |
parent | 883604d368e14b9e861ef198e02fca7e67381527 [diff] |
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')