Order list: Remove sums that cause lots of confusion (#3315)

This commit is contained in:
Raphael Michel
2023-05-16 10:24:54 +02:00
committed by GitHub
parent e7d6bfd8b1
commit 069c599cff

View File

@@ -204,13 +204,21 @@
{% endblocktrans %}
</th>
<th class="text-right flip">
{% if sums.s|default_if_none:"none" != "none" %}
{{ sums.s|money:request.event.currency }}
{% if not filter_form.filtered %}
<span class="fa fa-info-circle text-muted" data-toggle="tooltip"
title='{% trans 'This sum includes canceled orders. For your ticket revenue, look at the "order overview".' %}'></span>
{% if sums.s|default_if_none:"none" != "none" %}
{{ sums.s|money:request.event.currency }}
{% endif %}
{% endif %}
</th>
<th class="text-right flip">
{% if sums.pc %}
{{ sums.pc }}
{% if not filter_form.filtered %}
<span class="fa fa-info-circle text-muted" data-toggle="tooltip"
title='{% trans 'This sum includes canceled orders. For your ticket revenue, look at the "order overview".' %}'></span>
{% if sums.pc %}
{{ sums.pc }}
{% endif %}
{% endif %}
</th>
<th></th>