Fix: Syntaxfehler in invoices.py — fehlende schließende Klammer bei _s()
This commit is contained in:
parent
d0b0e2c671
commit
0f6b5afd6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue