Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
antespi committed Apr 18, 2016
1 parent 375dafe commit 42a4c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_event/wizard/res_partner_register_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def button_register(self):
partner = partner_obj.browse(partner_id)
try:
with self.env.cr.savepoint():
reg_id = registration_obj.create(
registration_obj.create(
self._prepare_registration(partner))
except:
errors.append(partner.name)
Expand Down

0 comments on commit 42a4c9b

Please sign in to comment.