Order email: Allow to attach default attachment (Z#23185463, #4903) (#4915)

This commit is contained in:
Raphael Michel
2025-03-18 13:52:50 +01:00
committed by GitHub
parent 7da03ac17c
commit 745929b625
3 changed files with 20 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
{% bootstrap_field form.subject layout='horizontal' %}
{% bootstrap_field form.message layout='horizontal' %}
{% bootstrap_field form.attach_tickets layout='horizontal' %}
{% if form.attach_new_order %}
{% bootstrap_field form.attach_new_order layout='horizontal' %}
{% endif %}
{% if form.attach_invoices %}
{% bootstrap_field form.attach_invoices layout='horizontal' %}
{% endif %}