[MERGE] Correction on parameter for the call of history()

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

bzr revid: jvo@tinyerp.com-20110303185231-i9gsm48nujefrmbx
This commit is contained in:
Maxime Chambreuil (http://www.savoirfairelinux.com) 2011-03-04 00:22:31 +05:30 committed by Jay Vora (OpenERP)
commit c287f498f7
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ class event_registration(osv.osv):
tools.email_send(src, email_to, subject, body, email_cc=email_cc, openobject_id=regestration.id)
self.history(cr, uid, [regestration], subject, history = True, \
email=email_to, details=body, \
subjec=subject, email_from=src, \
subject=subject, email_from=src, \
email_cc=', '.join(email_cc))
return True