[FIX] crm: click on forword button to forword its partner
authorron@tinyerp.com <>
Wed, 23 Nov 2011 10:53:53 +0000 (16:23 +0530)
committerron@tinyerp.com <>
Wed, 23 Nov 2011 10:53:53 +0000 (16:23 +0530)
bzr revid: ron@tinyerp.com-20111123105353-ctejxeua56nzmu7s

addons/crm_partner_assign/wizard/crm_forward_to_partner.py

index c491150..35e0495 100644 (file)
@@ -128,7 +128,7 @@ class crm_lead_forward_to_partner(osv.osv_memory):
                 lead.assign_salesman(cr, uid, [case.id], [this.user_id.id], context=context)
 
             email_cc = to_email(case.email_cc)
-            email_cc = email_to and email_cc[0] or ''
+            email_cc = email_cc and email_cc[0] or ''
             new_cc = []
             if email_cc:
                 new_cc.append(email_cc)