remove unnecessary variable

This commit is contained in:
0Pranav 2019-11-01 12:47:11 +05:30
parent 53ec8c6322
commit e573bd9074

View File

@ -49,8 +49,6 @@ class Appointment(Document):
"site_url":frappe.utils.get_url(),
"full_name":self.customer_name,
}
message = ''.join(
['Please click the following link to confirm your appointment:', verify_url])
frappe.sendmail(recipients=[self.customer_email],
template=template,
args=args,