diff --git a/erpnext/patches/sal_man_patch.py b/erpnext/patches/sal_man_patch.py new file mode 100644 index 00000000000..1154f987ff3 --- /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')