mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
New implementation of sales channels (#4111)
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -223,7 +223,7 @@ class AllTicketsPDF(BaseExporter):
|
||||
|
||||
with language(op.order.locale, o.event.settings.region):
|
||||
layout = o.layout_map.get(
|
||||
(op.item_id, op.order.sales_channel),
|
||||
(op.item_id, op.order.sales_channel_id),
|
||||
o.layout_map.get(
|
||||
(op.item_id, 'web'),
|
||||
o.default_layout
|
||||
|
||||
Reference in New Issue
Block a user