mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Allow to add a comment when cancelling an order (#2580)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
{% bootstrap_field form.cancellation_fee layout='' %}
|
||||
{% endif %}
|
||||
{% bootstrap_field form.send_email layout='' %}
|
||||
{% bootstrap_field form.comment layout='' %}
|
||||
{% if form.cancel_invoice %}
|
||||
{% bootstrap_field form.cancel_invoice layout='' %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user