diff --git a/smart_service/apis/support.py b/smart_service/apis/support.py index 8b9be20..f537a92 100644 --- a/smart_service/apis/support.py +++ b/smart_service/apis/support.py @@ -19,6 +19,7 @@ base_path = os.path.expanduser( # return str(e) # return True +@frappe.whitelist(allow_guest=1) def change_star_data(): count = frappe.db.sql(''' select count(*) from tabProcedure_Details where content like '%**%';