reload purchase invoice gl mapper

This commit is contained in:
Nabin Hait 2012-10-03 11:17:37 +05:30
parent bc06c7c17c
commit cd2f40ffef
2 changed files with 9 additions and 0 deletions

View File

@ -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")

View File

@ -611,4 +611,8 @@ patch_list = [
'patch_module': 'patches.october_2012',
'patch_file': 'update_permission',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'reload_gl_mapper',
},
]