[patch] rebuild sales browser

This commit is contained in:
Nabin Hait 2013-04-29 14:35:11 +05:30
parent 99883420e7
commit 345c8fbfa2
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import webnotes
def execute():
from patches.january_2013 import rebuild_tree
rebuild_tree.execute()

View File

@ -247,4 +247,5 @@ patch_list = [
"execute:webnotes.reload_doc('Stock', 'DocType', 'Delivery Note Item')",
"patches.april_2013.p06_default_cost_center",
"execute:webnotes.reset_perms('File Data')",
"patches.april_2013.rebuild_sales_browser",
]