[minor] fixed patch

This commit is contained in:
Anand Doshi 2013-07-16 15:15:02 +05:30
parent 526a60b517
commit c2b9ce1def

View File

@ -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)