mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
Moved email to appoitnmetn doctype
This commit is contained in:
@@ -98,7 +98,7 @@ def create_appointment(date, time, contact):
|
||||
appointment.customer_phone_number = contact['number']
|
||||
appointment.customer_skype = contact['skype']
|
||||
appointment.customer_details = contact['notes']
|
||||
appointment.lead = contact['email']
|
||||
appointment.email = contact['email']
|
||||
appointment.status = 'Open'
|
||||
appointment.insert()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user