diff --git a/src/pretix/control/templates/pretixcontrol/order/refund_process.html b/src/pretix/control/templates/pretixcontrol/order/refund_process.html index 7f627637f..f16802f29 100644 --- a/src/pretix/control/templates/pretixcontrol/order/refund_process.html +++ b/src/pretix/control/templates/pretixcontrol/order/refund_process.html @@ -25,7 +25,7 @@ {{ pending }}. The order total is {{ total }}. {% endblocktrans %}

- {% if order.status != "c" and order.positions.count > 0 %} + {% if order.status == "c" or order.positions.count == 0 %}

{% blocktrans trimmed %} Since the order is already canceled, this will not affect its state.