Skip to content

Commit

Permalink
Event Multi Qty is True by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chienandalu committed Jun 8, 2017
1 parent 26d5391 commit 340a7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_registration_multi_qty/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class EventEvent(models.Model):

registration_multi_qty = fields.Boolean(
string='Allow multiple attendees per registration',
default=True,
)

@api.multi
Expand Down

0 comments on commit 340a7b3

Please sign in to comment.