mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Do not filter for admission products
This commit is contained in:
@@ -364,7 +364,7 @@ class OutboundSyncProvider:
|
||||
|
||||
logger.debug("Syncing order %r", order)
|
||||
positions = list(
|
||||
order.all_positions.filter(item__admission=True)
|
||||
order.all_positions
|
||||
.prefetch_related("answers", "answers__question")
|
||||
.select_related(
|
||||
"voucher",
|
||||
|
||||
Reference in New Issue
Block a user