mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
Disabled caching
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user