added web clear patch

This commit is contained in:
Rushabh Mehta 2013-02-21 14:42:34 +05:30
parent 83833ce423
commit da3a42fc51
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import webnotes
def execute():
from website.utils import clear_cache
clear_cache()

View File

@ -186,4 +186,5 @@ patch_list = [
"execute:webnotes.delete_doc('DocType', 'Service Order Detail')",
"execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')",
"patches.february_2013.p06_material_request_mappers",
"patches.february_2013.p07_clear_web_cache"
]