From f94e8e5bdcd54e4582325256af947f7146a156ba Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 10 Nov 2020 10:04:15 +0100 Subject: [PATCH] Fix checkboxes for variations with max_order=1 --- .../templates/pretixpresale/event/fragment_product_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html index b0507d0a5..43366641f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -146,7 +146,7 @@ {% elif var.cached_availability.0 == 100 %}
- {% if item.order_max == 1 %} + {% if var.order_max == 1 %}