Merge pull request #8525 from nick9822/nick9822-fixes
[Patch issue] Move email and phone to child table
This commit is contained in:
commit
c8ff4c8fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue