[website] [fix] no cache for order, ticket

This commit is contained in:
Rushabh Mehta 2013-03-22 13:51:41 +05:30
parent a0fa3300b7
commit 30be03673e

View File

@ -30,4 +30,4 @@ page_settings_map = {
"ticket": "support.doctype.support_ticket.support_ticket.get_website_args"
}
no_cache = ["message", "print"]
no_cache = ["message", "print", "order", "ticket"]