mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
convert indentation to tabs
This commit is contained in:
@@ -60,6 +60,9 @@ class Appointment(Document):
|
||||
if frappe.session.user == "Guest":
|
||||
frappe.msgprint(
|
||||
'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):
|
||||
# Sync Calendar
|
||||
|
||||
Reference in New Issue
Block a user