c-form reload pach

This commit is contained in:
Nabin Hait 2012-04-06 17:42:02 +05:30
parent 7da6ebc9af
commit c63a58d416
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'c_form')

View File

@ -222,5 +222,10 @@ patch_list = [
'patch_file': 'so_rv_mapper_fix', 'patch_file': 'so_rv_mapper_fix',
'description': 'SO-RV duplicate mapper entry removal' 'description': 'SO-RV duplicate mapper entry removal'
}, },
{
'patch_module': 'patches.april_2012',
'patch_file': 'reload_c_form',
'description': 'Added attchemnt option and total field'
},
] ]