Waiting list should send things out even if waiting list is disabled

This commit is contained in:
Raphael Michel
2018-10-12 10:44:21 +02:00
parent 250e0a930d
commit ddefeeaf02
3 changed files with 4 additions and 3 deletions

View File

@@ -322,7 +322,8 @@ class EventSettingsForm(SettingsForm):
label=_("Automatic waiting list assignments"),
help_text=_("If ticket capacity becomes free, automatically create a voucher and send it to the first person "
"on the waiting list for that product. If this is not active, mails will not be send automatically "
"but you can send them manually via the control panel."),
"but you can send them manually via the control panel. If you disable the waiting list but keep "
"this option enabled, tickets will still be sent out."),
required=False,
widget=forms.CheckboxInput(),
)