Allow to issue gift card refunds when cancelling whole events

This commit is contained in:
Martin Gross
2020-04-15 10:08:12 +02:00
parent aab340fd87
commit b3c3ee3b22
4 changed files with 29 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
<legend>{% trans "Refund options" %}</legend>
{% bootstrap_field form.auto_refund layout="control" %}
{% bootstrap_field form.manual_refund layout="control" %}
{% bootstrap_field form.refund_as_giftcard layout="control" %}
{% bootstrap_field form.keep_fee_fixed layout="control" %}
{% bootstrap_field form.keep_fee_percentage layout="control" %}
{% bootstrap_field form.keep_fees layout="control" %}
@@ -43,6 +44,13 @@
{% bootstrap_field form.send layout="control" %}
{% bootstrap_field form.send_subject layout="horizontal" %}
{% bootstrap_field form.send_message layout="horizontal" %}
<div class="alert alert-info" data-display-dependency="#id_refund_as_giftcard">
{% blocktrans trimmed %}
Since you are refunding your customers orders to gift cards, you should explain to them how to
access their giftcards. The easiest way to do this, is to include an explanation and a link to
their order using the here provided email functionality.
{% endblocktrans %}
</div>
</fieldset>
<fieldset>
<legend>{% trans "Waiting list" %}</legend>