mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
convert indentation to tabs
This commit is contained in:
@@ -60,6 +60,9 @@ class Appointment(Document):
|
|||||||
if frappe.session.user == "Guest":
|
if frappe.session.user == "Guest":
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
'Please check your email to confirm the appointment')
|
'Please check your email to confirm the appointment')
|
||||||
|
else :
|
||||||
|
frappe.msgprint(
|
||||||
|
'Appointment was created. But no lead was found. Please check the email to confirm')
|
||||||
|
|
||||||
def on_change(self):
|
def on_change(self):
|
||||||
# Sync Calendar
|
# Sync Calendar
|
||||||
|
|||||||
Reference in New Issue
Block a user