fixes in clear web cache patch

This commit is contained in:
Anand Doshi 2013-01-22 12:48:22 +05:30
parent 683cdc0db8
commit 468bb31d88

View File

@ -3,7 +3,7 @@ def execute():
webnotes.reload_doc("website", "doctype", "web_page")
webnotes.reload_doc("website", "doctype", "blog")
webnotes.reload_doc("stock", "doctype", "item")
webnotes.reload_doc("stock", "doctype", "item_group")
webnotes.reload_doc("setup", "doctype", "item_group")
# build wn-web.js and wn-web.css
from website.helpers.make_web_include_files import make