mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
[patch] rebuild sales browser
This commit is contained in:
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')",
|
"execute:webnotes.reload_doc('Stock', 'DocType', 'Delivery Note Item')",
|
||||||
"patches.april_2013.p06_default_cost_center",
|
"patches.april_2013.p06_default_cost_center",
|
||||||
"execute:webnotes.reset_perms('File Data')",
|
"execute:webnotes.reset_perms('File Data')",
|
||||||
|
"patches.april_2013.rebuild_sales_browser",
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user