Add attendee names to invoices

This commit is contained in:
Raphael Michel
2017-11-23 18:44:41 +01:00
parent d8064d1567
commit 851b6a837f
4 changed files with 11 additions and 0 deletions

View File

@@ -547,6 +547,10 @@ class InvoiceSettingsForm(SettingsForm):
),
help_text=_("Invoices will never be automatically generated for free orders.")
)
invoice_attendee_name = forms.BooleanField(
label=_("Show attendee names on invoices"),
required=False
)
invoice_email_attachment = forms.BooleanField(
label=_("Attach invoices to emails"),
help_text=_("If invoices are automatically generated for all orders, they will be attached to the order "