mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
c-form reload pach
This commit is contained in:
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'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user