Disabled caching
This commit is contained in:
parent
48e43e2421
commit
63dbacd7c0
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user