From c2b9ce1def99d0ae6df342cdc26467ae06fdee3a Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 16 Jul 2013 15:15:02 +0530 Subject: [PATCH] [minor] fixed patch --- patches/july_2013/p04_merge_duplicate_leads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/july_2013/p04_merge_duplicate_leads.py b/patches/july_2013/p04_merge_duplicate_leads.py index 5558addb25d..d4e56f6529b 100644 --- a/patches/july_2013/p04_merge_duplicate_leads.py +++ b/patches/july_2013/p04_merge_duplicate_leads.py @@ -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) \ No newline at end of file + webnotes.rename_doc("Lead", name, email_lead[email], force=True, merge=True) \ No newline at end of file