remove unnecessary variable
This commit is contained in:
parent
53ec8c6322
commit
e573bd9074
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user