← Back to team overview

openerp-community team mailing list archive

[Merge] lp:~openerp-community/openobject-addons/lp727875-v6.0 into lp:openobject-addons/6.0

 

Maxime Chambreuil (http://www.savoirfairelinux.com) has proposed merging lp:~openerp-community/openobject-addons/lp727875-v6.0 into lp:openobject-addons/6.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #727875 history() got an unexpected keyword argument 'subjec'
  https://bugs.launchpad.net/bugs/727875

For more details, see:
https://code.launchpad.net/~openerp-community/openobject-addons/lp727875-v6.0/+merge/52083

[FIX] event lp:727875
-- 
https://code.launchpad.net/~openerp-community/openobject-addons/lp727875-v6.0/+merge/52083
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-addons/lp727875-v6.0.
=== modified file 'event/event.py'
--- event/event.py	2011-01-14 00:11:01 +0000
+++ event/event.py	2011-03-03 15:12:57 +0000
@@ -548,7 +548,7 @@
                 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
@@ -703,4 +703,4 @@
 
 event_registration_badge()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: