reload stock ledger report
This commit is contained in:
4
erpnext/patches/august_2012/reload_stock_ledger.py
Normal file
4
erpnext/patches/august_2012/reload_stock_ledger.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('stock', 'Report', 'Stock Ledger')
|
||||
@@ -533,4 +533,8 @@ patch_list = [
|
||||
'patch_module': 'patches.august_2012',
|
||||
'patch_file': 'remove_cash_flow_statement',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.august_2012',
|
||||
'patch_file': 'reload_stock_ledger',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user