commit | 990a5eaccab495ea477d964bf58d759dead6ec71 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 07 10:51:29 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 07 10:51:29 2011 +0530 |
tree | 19839fa334b5af571b2cf289961452f9e285372f | |
parent | c67e0d85d3e2595c21295509cbc9b5e0ef8b15ad [diff] |
sal manager reload patch
diff --git a/erpnext/patches/sal_man_patch.py b/erpnext/patches/sal_man_patch.py new file mode 100644 index 0000000..1154f98 --- /dev/null +++ b/erpnext/patches/sal_man_patch.py
@@ -0,0 +1,5 @@ + +def execute(): + import webnotes + from webnotes.modules.module_manager import reload_doc + reload_doc('hr', 'doctype', 'salary_manager')