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')