[Patch Fix] Move email and phone to child table
This commit is contained in:
parent
c967e335be
commit
68b30ebbcd
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