[website] [fix] no cache for order, ticket
diff --git a/website/settings.py b/website/settings.py
index d8c3d28..3fff19e 100644
--- a/website/settings.py
+++ b/website/settings.py
@@ -30,4 +30,4 @@
 	"ticket": "support.doctype.support_ticket.support_ticket.get_website_args"
 }
 
-no_cache = ["message", "print"]
+no_cache = ["message", "print", "order", "ticket"]