mirror of
https://github.com/pretix/pretix.git
synced 2026-09-13 16:14:40 +00:00
Invoices: Allow issuing invoices only to businesses
In situations where every invoice has a significant accounting cost and consumers usually do not need invoices, this can save a lot of money or effort.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<legend>{% trans "Invoice generation" %}</legend>
|
||||
{% bootstrap_field form.invoice_generate layout="control" %}
|
||||
{% bootstrap_field form.invoice_generate_sales_channels layout="control" %}
|
||||
{% bootstrap_field form.invoice_generate_only_business layout="control" %}
|
||||
{% bootstrap_field form.invoice_email_attachment layout="control" %}
|
||||
{% bootstrap_field form.invoice_email_organizer layout="control" %}
|
||||
{% bootstrap_field form.invoice_language layout="control" %}
|
||||
|
||||
Reference in New Issue
Block a user