[minor] fixed patch
This commit is contained in:
parent
526a60b517
commit
c2b9ce1def
@ -10,4 +10,4 @@ def execute():
|
||||
if email not in email_lead:
|
||||
email_lead[email] = name
|
||||
else:
|
||||
webnotes.rename_doc("Lead", name, email_lead[email], merge=True)
|
||||
webnotes.rename_doc("Lead", name, email_lead[email], force=True, merge=True)
|
Loading…
Reference in New Issue
Block a user