fix: Remove reference to non-existing doctype
This commit is contained in:
parent
bb18ae82cf
commit
b897225136
@ -76,7 +76,7 @@ class Appointment(Document):
|
||||
self.create_calendar_event()
|
||||
else:
|
||||
# Set status to unverified
|
||||
self.status = "Unverified"
|
||||
self.db_set("status", "Unverified")
|
||||
# Send email to confirm
|
||||
self.send_confirmation_email()
|
||||
|
||||
|
@ -9,8 +9,6 @@ from frappe.utils import cint
|
||||
def boot_session(bootinfo):
|
||||
"""boot session - send website info if guest"""
|
||||
|
||||
bootinfo.custom_css = frappe.db.get_single_value("Style Settings", "custom_css") or ""
|
||||
|
||||
if frappe.session["user"] != "Guest":
|
||||
update_page_info(bootinfo)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user