mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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("Lead", name, email_lead[email], merge=True)
|
webnotes.rename_doc("Lead", name, email_lead[email], merge=True)
|
||||||
Reference in New Issue
Block a user