mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
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):
|
with language(op.order.locale, o.event.settings.region):
|
||||||
layout = o.layout_map.get(
|
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(
|
o.layout_map.get(
|
||||||
(op.item_id, 'web'),
|
(op.item_id, 'web'),
|
||||||
o.default_layout
|
o.default_layout
|
||||||
|
|||||||
Reference in New Issue
Block a user