Skip to content

Commit

Permalink
[event_mass_mailing][FIX] super set state to cancel for event and for…
Browse files Browse the repository at this point in the history
… registrations
  • Loading branch information
Jonathan Nemry committed Oct 9, 2014
1 parent 8306886 commit 9f5fe4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion event_mass_mailing/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def button_cancel(self):
if create:
self.cancel_mass_mailing_id = mailing
self.cancellation_date = fields.Datetime.now()
self.state = 'cancel'
return res


Expand Down

0 comments on commit 9f5fe4f

Please sign in to comment.