Invoice: Add spacing between additional text and payment text

This commit is contained in:
Raphael Michel
2021-05-05 13:02:54 +02:00
parent f97cd59162
commit 9634555798

View File

@@ -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,