c-form reload pach
This commit is contained in:
parent
7da6ebc9af
commit
c63a58d416
4
erpnext/patches/april_2012/reload_c_form.py
Normal file
4
erpnext/patches/april_2012/reload_c_form.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
from webnotes.modules.module_manager import reload_doc
|
||||||
|
reload_doc('accounts', 'doctype', 'c_form')
|
@ -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'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user