mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Vouchers: Allow to set all addons or bundles as included (#3322)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
{% bootstrap_field form.tag layout="control" %}
|
||||
{% bootstrap_field form.comment layout="control" %}
|
||||
{% bootstrap_field form.show_hidden_items layout="control" %}
|
||||
{% bootstrap_field form.all_addons_included layout="control" %}
|
||||
{% bootstrap_field form.all_bundles_included layout="control" %}
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>{% trans "Send out emails" %}</legend>
|
||||
|
||||
@@ -90,6 +90,8 @@
|
||||
{% bootstrap_field form.tag layout="control" %}
|
||||
{% bootstrap_field form.comment layout="control" %}
|
||||
{% bootstrap_field form.show_hidden_items layout="control" %}
|
||||
{% bootstrap_field form.all_addons_included layout="control" %}
|
||||
{% bootstrap_field form.all_bundles_included layout="control" %}
|
||||
</fieldset>
|
||||
{% eventsignal request.event "pretix.control.signals.voucher_form_html" form=form %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user