reload purchase invoice gl mapper
diff --git a/patches/october_2012/reload_gl_mapper.py b/patches/october_2012/reload_gl_mapper.py
new file mode 100644
index 0000000..8d364ec
--- /dev/null
+++ b/patches/october_2012/reload_gl_mapper.py
@@ -0,0 +1,5 @@
+def execute():
+ import webnotes
+ from webnotes.modules import reload_doc
+ reload_doc("accounts", "GL Mapper", "Purchase Invoice")
+ reload_doc("accounts", "GL Mapper", "Purchase Invoice with write off")
\ No newline at end of file
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 340665b..d874e4d 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -611,4 +611,8 @@
'patch_module': 'patches.october_2012',
'patch_file': 'update_permission',
},
+ {
+ 'patch_module': 'patches.october_2012',
+ 'patch_file': 'reload_gl_mapper',
+ },
]