mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Show attendee-name of item - even if item is an add-on
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if e.addon_to %}
|
||||
{% if e.addon_to and not e.attendee_name %}
|
||||
{{ e.addon_to.attendee_name }}
|
||||
{% elif e.attendee_name %}
|
||||
{{ e.attendee_name }}
|
||||
|
||||
Reference in New Issue
Block a user