Sendmail: Allow to attach tickets to emails

This commit is contained in:
Raphael Michel
2022-02-16 10:42:48 +01:00
parent f7d2645e76
commit f3b355e9f3
5 changed files with 20 additions and 3 deletions

View File

@@ -612,7 +612,7 @@ class OrderMailForm(forms.Form):
)
attach_tickets = forms.BooleanField(
label=_("Attach tickets"),
help_text=_("Will be ignored if all tickets in this order exceed a given size limit to ensure email deliverability."),
help_text=_("Will be ignored if tickets exceed a given size limit to ensure email deliverability."),
required=False
)
attach_invoices = forms.ModelMultipleChoiceField(