Allow to disable ticket attachments to emails

This commit is contained in:
Raphael Michel
2021-03-01 18:21:12 +01:00
parent 8d99388c08
commit 2221b57dc9
5 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
{% bootstrap_field form.mail_from_name layout="control" %}
{% bootstrap_field form.mail_text_signature layout="control" %}
{% bootstrap_field form.mail_bcc layout="control" %}
{% bootstrap_field form.mail_attach_tickets layout="control" %}
{% bootstrap_field form.mail_attach_ical layout="control" %}
{% bootstrap_field form.mail_sales_channel_placed_paid layout="control" %}
</fieldset>