From aa252c3d1149826528a4297c4695ec8e8ecf43cc Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 8 Aug 2019 21:07:03 +0200 Subject: [PATCH] info_desk/scan.html: show quantity if it's a ShopTicket and single_ticket_per_product is set fixes #377. --- src/backoffice/templates/info_desk/scan.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/backoffice/templates/info_desk/scan.html b/src/backoffice/templates/info_desk/scan.html index 351a8ee2..7a15b2dc 100644 --- a/src/backoffice/templates/info_desk/scan.html +++ b/src/backoffice/templates/info_desk/scan.html @@ -56,6 +56,13 @@ Product: {{ ticket.product }} + {% if ticket.ticket_type.single_ticket_per_product and ticket.shortname == "shop" %} + + + Quantity: + + {{ ticket.orp.quantity }} + {% endif %} Order: