mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +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)
|
logger.debug("Syncing order %r", order)
|
||||||
positions = list(
|
positions = list(
|
||||||
order.all_positions.filter(item__admission=True)
|
order.all_positions
|
||||||
.prefetch_related("answers", "answers__question")
|
.prefetch_related("answers", "answers__question")
|
||||||
.select_related(
|
.select_related(
|
||||||
"voucher",
|
"voucher",
|
||||||
|
|||||||
Reference in New Issue
Block a user