From 96345557982d4e56975fef6546c995a509db5c22 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 5 May 2021 13:02:54 +0200 Subject: [PATCH] Invoice: Add spacing between additional text and payment text --- src/pretix/base/invoice.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pretix/base/invoice.py b/src/pretix/base/invoice.py index bf260684a3..8f285a9df9 100644 --- a/src/pretix/base/invoice.py +++ b/src/pretix/base/invoice.py @@ -603,6 +603,9 @@ class ClassicInvoiceRenderer(BaseReportlabInvoiceRenderer): self.stylesheet['Normal'] )) + if self.invoice.payment_provider_text and self.invoice.additional_text: + story.append(Spacer(1, 3 * mm)) + if self.invoice.additional_text: story.append(Paragraph( self.invoice.additional_text,