reload stock ledger report

This commit is contained in:
Nabin Hait
2012-11-06 10:42:47 +05:30
parent 25b8ce45a6
commit 3073068506
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", "search_criteria", "stock_ledger")