Disabled caching
diff --git a/erpnext/www/book-appointment/index.py b/erpnext/www/book-appointment/index.py
index 340f3ad..e853a35 100644
--- a/erpnext/www/book-appointment/index.py
+++ b/erpnext/www/book-appointment/index.py
@@ -2,6 +2,8 @@
 import datetime
 import json
 
+no_cache = 1
+
 @frappe.whitelist(allow_guest=True)
 def get_appointment_settings():
     settings = frappe.get_doc('Appointment Booking Settings')