Disabled caching
This commit is contained in:
parent
48e43e2421
commit
63dbacd7c0
@ -2,6 +2,8 @@ import frappe
|
|||||||
import datetime
|
import datetime
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
no_cache = 1
|
||||||
|
|
||||||
@frappe.whitelist(allow_guest=True)
|
@frappe.whitelist(allow_guest=True)
|
||||||
def get_appointment_settings():
|
def get_appointment_settings():
|
||||||
settings = frappe.get_doc('Appointment Booking Settings')
|
settings = frappe.get_doc('Appointment Booking Settings')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user