mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
PDF editor improvements (#2529)
This commit is contained in:
@@ -181,7 +181,7 @@ def render_pdf(event, positions, opt):
|
||||
offsety = opt['margins'][2] + (opt['rows'] - 1 - i // opt['cols']) * opt['offsets'][1]
|
||||
p.translate(offsetx, offsety)
|
||||
with language(op.order.locale, op.order.event.settings.region):
|
||||
r.draw_page(p, op.order, op, show_page=False)
|
||||
r.draw_page(p, op.order, op, show_page=False, only_page=1)
|
||||
p.translate(-offsetx, -offsety)
|
||||
|
||||
if opt['pagesize']:
|
||||
|
||||
Reference in New Issue
Block a user