From 4c8dc8f31c3e8e6eb93cac6f0a231de922cff1ab Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Wed, 28 Aug 2019 09:04:41 +0200 Subject: [PATCH] Show attendee-name of item - even if item is an add-on --- src/pretix/control/templates/pretixcontrol/checkin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/checkin/index.html b/src/pretix/control/templates/pretixcontrol/checkin/index.html index 84cc4bc504..73126a40b7 100644 --- a/src/pretix/control/templates/pretixcontrol/checkin/index.html +++ b/src/pretix/control/templates/pretixcontrol/checkin/index.html @@ -105,7 +105,7 @@ {% endif %} - {% 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 }}