convert indentation to tabs

This commit is contained in:
0Pranav
2019-11-07 12:47:00 +05:30
parent fce8f36bb2
commit 75db6f7073
4 changed files with 328 additions and 325 deletions

View File

@@ -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