mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
[minor] fixed patch
This commit is contained in:
@@ -10,4 +10,4 @@ def execute():
|
|||||||
if email not in email_lead:
|
if email not in email_lead:
|
||||||
email_lead[email] = name
|
email_lead[email] = name
|
||||||
else:
|
else:
|
||||||
webnotes.rename_doc("Lead", name, email_lead[email], merge=True)
|
webnotes.rename_doc("Lead", name, email_lead[email], force=True, merge=True)
|
||||||
Reference in New Issue
Block a user