reload purchase invoice gl mapper
This commit is contained in:
parent
bc06c7c17c
commit
cd2f40ffef
5
patches/october_2012/reload_gl_mapper.py
Normal file
5
patches/october_2012/reload_gl_mapper.py
Normal 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")
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user