From 990a5eaccab495ea477d964bf58d759dead6ec71 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 7 Nov 2011 10:51:29 +0530 Subject: [PATCH] sal manager reload patch --- erpnext/patches/sal_man_patch.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 erpnext/patches/sal_man_patch.py diff --git a/erpnext/patches/sal_man_patch.py b/erpnext/patches/sal_man_patch.py new file mode 100644 index 0000000000..1154f987ff --- /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')