mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Prevent parallel refunds for the same order (Z#23152965) (#4136)
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
<input type="hidden" name="start-action" value="{{ start_form.cleaned_data.action }}">
|
||||
<input type="hidden" name="start-mode" value="{{ start_form.cleaned_data.mode }}">
|
||||
<input type="hidden" name="start-partial_amount" value="{{ partial_amount }}">
|
||||
<input type="hidden" name="last_known_refund_id" value="{{ last_known_refund_id }}">
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="id_comment">{% trans "Refund reason" %}</label>
|
||||
|
||||
Reference in New Issue
Block a user