mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
removed december_2012.clear_web_cache patch
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.reload_doc("website", "doctype", "web_page")
|
||||
webnotes.reload_doc("website", "doctype", "blog")
|
||||
webnotes.reload_doc("stock", "doctype", "item")
|
||||
webnotes.reload_doc("setup", "doctype", "item_group")
|
||||
|
||||
# build wn-web.js and wn-web.css
|
||||
from website.helpers.make_web_include_files import make
|
||||
make()
|
||||
|
||||
import website.utils
|
||||
website.utils.clear_cache()
|
||||
@@ -132,7 +132,6 @@ patch_list = [
|
||||
"patches.december_2012.fix_default_print_format",
|
||||
"patches.december_2012.file_list_rename",
|
||||
"patches.december_2012.replace_createlocal",
|
||||
"patches.december_2012.clear_web_cache",
|
||||
"patches.december_2012.remove_quotation_next_contact",
|
||||
"patches.december_2012.stock_entry_cleanup",
|
||||
"patches.december_2012.production_order_naming_series",
|
||||
|
||||
Reference in New Issue
Block a user