Include expire date on invoices

This commit is contained in:
Raphael Michel
2019-12-06 20:43:01 +01:00
parent a6dd6ac537
commit a12fea71e5
5 changed files with 20 additions and 2 deletions

View File

@@ -870,6 +870,11 @@ class InvoiceSettingsForm(SettingsForm):
label=_("Show attendee names on invoices"),
required=False
)
invoice_include_expire_date = forms.BooleanField(
label=_("Show expiration date of order"),
help_text=_("The expiration date will not be shown if the invoice is generated after the order is paid."),
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 "