From 0f6b5afd6a8284f4bee70f1283eedb792a434550 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 15 May 2026 15:56:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Syntaxfehler=20in=20invoices.py=20?= =?UTF-8?q?=E2=80=94=20fehlende=20schlie=C3=9Fende=20Klammer=20bei=20=5Fs(?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/routes/invoices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)