Merge branch 'develop' of https://github.com/0Pranav/erpnext into develop

This commit is contained in:
Pranav Nachanekar 2019-09-20 10:45:48 +05:30
commit aa7d0c0163

View File

@ -40,7 +40,7 @@ class Appointment(Document):
else:
# Send email to confirm
verify_url = ''.join([frappe.utils.get_url(),'/book-appointment/verify?email=',self.email,"&appoitnment=",self.name])
frappe.sendmail(recipients=[self.email],message=verify_url',self.email,"&appoitnment=",self.name),subject="")
frappe.sendmail(recipients=[self.email],message=verify_url,self.email,"&appoitnment=",self.name),subject="")
frappe.msgprint("Please check your email to confirm the appointment")
def set_verified(self,email):