Merge pull request #8525 from nick9822/nick9822-fixes

[Patch issue] Move email and phone to child table
This commit is contained in:
Himanshu 2019-10-07 19:11:22 +05:30 committed by GitHub
commit c8ff4c8fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ def execute():
phone_values.append((
phone_counter,
frappe.generate_hash(contact_detail.email_id, 10),
contact_detail.phone,
contact_detail.mobile_no,
'phone_nos',
'Contact',
contact_detail.name,