Disabled caching

This commit is contained in:
Pranav Nachanekar 2019-09-09 15:19:57 +05:30
parent 48e43e2421
commit 63dbacd7c0

View File

@ -2,6 +2,8 @@ import frappe
import datetime
import json
no_cache = 1
@frappe.whitelist(allow_guest=True)
def get_appointment_settings():
settings = frappe.get_doc('Appointment Booking Settings')