Fix: Syntaxfehler in invoices.py — fehlende schließende Klammer bei _s()

This commit is contained in:
rene 2026-05-15 15:56:25 +02:00
parent d0b0e2c671
commit 0f6b5afd6a

View file

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