diff --git a/backend/routes/invoices.py b/backend/routes/invoices.py index 784b5e9..dc54a90 100644 --- a/backend/routes/invoices.py +++ b/backend/routes/invoices.py @@ -252,7 +252,7 @@ def _generate_pdf(invoice, items) -> bytes: pdf.set_x(20) pdf.set_font("Helvetica", "I", 8.5) pdf.set_text_color(*GY) - pdf.multi_cell(W, 5, _s("Hinweis: Gem. § 19 UStG wird keine Umsatzsteuer berechnet.") + pdf.multi_cell(W, 5, _s("Hinweis: Gem. § 19 UStG wird keine Umsatzsteuer berechnet.")) # ── Zahlungsinfo-Box ────────────────────────────────────────── pdf.ln(5)