lp bug: https://launchpad.net/bugs/856374 fixed

bzr revid: fp@tinyerp.com-20110927155759-6sa05ovfgho5drve
This commit is contained in:
Fabien Pinckaers 2011-09-27 17:57:59 +02:00
commit 9e9e940b9d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class crm_merge_opportunity(osv.osv_memory):
count+=1
for history in opp.message_ids:
message_obj.write(cr, uid, history.id, {'res_id': first_opportunity.id, 'name' : _("From %s : %s") % (opp.name, history.name) }, context=context)
message_obj.write(cr, uid, history.id, {'res_id': first_opportunity.id, 'subject' : _("From %s : %s") % (opp.name, history.subject) }, context=context)
#Notification about loss of information
details = []