Patch for fixes after major production rewrite
This commit is contained in:
parent
2bc9423cd1
commit
640955f91d
9
erpnext/patches/jan_mar_2012/jan_production_patches.py
Normal file
9
erpnext/patches/jan_mar_2012/jan_production_patches.py
Normal file
@ -0,0 +1,9 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
"""
|
||||
Patch includes:
|
||||
* Reload of Stock Entry Detail
|
||||
"""
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
reload_doc('stock', 'doctype', 'stock_entry_detail')
|
@ -18,5 +18,10 @@ patch_list = [
|
||||
'patch_module': 'patches.jan_mar_2012',
|
||||
'patch_file': 'production_cleanup',
|
||||
'description': 'Major changes in production module, almost rewrited the entire code'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.jan_mar_2012',
|
||||
'patch_file': 'jan_production_patches',
|
||||
'description': 'Fixes after Major changes in production module'
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user