mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Order list: Prevent type error on empty result set
This commit is contained in:
@@ -160,7 +160,9 @@
|
||||
{% endblocktrans %}
|
||||
</th>
|
||||
<th class="text-right">
|
||||
{{ sums.s|money:request.event.currency }}
|
||||
{% if sums.s|default_if_none:"none" != "none" %}
|
||||
{{ sums.s|money:request.event.currency }}
|
||||
{% endif %}
|
||||
</th>
|
||||
<th class="text-right">
|
||||
{% if sums.pc %}
|
||||
|
||||
Reference in New Issue
Block a user