Allow to highlight order code on invoice layouts (#3309)

This commit is contained in:
Raphael Michel
2023-05-11 13:29:59 +02:00
committed by GitHub
parent 1777a954a9
commit 19e762c9b9
6 changed files with 32 additions and 4 deletions

View File

@@ -856,6 +856,7 @@ class InvoiceSettingsForm(EventSettingsValidationMixin, SettingsForm):
'invoice_footer_text',
'invoice_eu_currencies',
'invoice_logo_image',
'invoice_renderer_highlight_order_code',
]
invoice_generate_sales_channels = forms.MultipleChoiceField(

View File

@@ -54,6 +54,7 @@
{% bootstrap_field form.invoice_additional_text layout="control" %}
{% bootstrap_field form.invoice_footer_text layout="control" %}
{% bootstrap_field form.invoice_logo_image layout="control" %}
{% bootstrap_field form.invoice_renderer_highlight_order_code layout="control" %}
{% bootstrap_field form.invoice_eu_currencies layout="control" %}
</fieldset>
</div>