forked from CGM_Public/pretix_original
Fix inverted logic
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<strong>{{ pending }}</strong>. The order total is <strong>{{ total }}</strong>.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% if order.status != "c" and order.positions.count > 0 %}
|
||||
{% if order.status == "c" or order.positions.count == 0 %}
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
Since the order is already canceled, this will not affect its state.
|
||||
|
||||
Reference in New Issue
Block a user