forked from CGM_Public/pretix_original
Fix ticket-pdf export layout selection by saleschannel (#5482)
This commit is contained in:
committed by
GitHub
parent
4c76bb85a8
commit
9a54823515
@@ -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_id),
|
||||
(op.item_id, op.order.sales_channel.identifier),
|
||||
o.layout_map.get(
|
||||
(op.item_id, 'web'),
|
||||
o.default_layout
|
||||
|
||||
Reference in New Issue
Block a user