mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix booked add-ons being hidden in order change due to hide_sold_out
This commit is contained in:
@@ -1238,6 +1238,7 @@ class OrderChange(EventViewMixin, OrderDetailMixin, TemplateView):
|
||||
)
|
||||
if self.order.customer else None
|
||||
),
|
||||
ignore_hide_sold_out_for_item_ids={k[0] for k in current_addon_products.keys()}
|
||||
)
|
||||
item_cache[ckey] = items
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user