From 484b7141d964133b6c3bfefd9b25c845da80b11e Mon Sep 17 00:00:00 2001 From: robbi5 Date: Fri, 22 May 2026 09:02:59 +0200 Subject: [PATCH] Show device name on order print log (#6198) --- src/pretix/control/templates/pretixcontrol/order/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index bece30e114..1261f17c93 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -553,7 +553,7 @@ {{ pl.datetime|date:"SHORT_DATETIME_FORMAT" }} {{ pl.get_type_display }} - ({{ pl.source }}{% if pl.device %}, #{{ pl.device.device_id }}{% endif %}) + ({{ pl.source }}{% if pl.device %}, {{ pl.device.name }} - #{{ pl.device.device_id }}{% endif %}) {% if not pl.successful %}{% endif %}
{% endfor %}