reload stock ledger report

This commit is contained in:
Nabin Hait 2012-09-07 12:15:29 +05:30
parent 56419e0d79
commit ea4e6b0f0c
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('stock', 'Report', 'Stock Ledger')

View File

@ -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',
},
]