[patch] rebuild sales browser
This commit is contained in:
parent
99883420e7
commit
345c8fbfa2
4
patches/april_2013/rebuild_sales_browser.py
Normal file
4
patches/april_2013/rebuild_sales_browser.py
Normal file
@ -0,0 +1,4 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
from patches.january_2013 import rebuild_tree
|
||||
rebuild_tree.execute()
|
@ -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",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user