Fix: 'Fällig bis' Umlaut korrigiert im PDF-Info-Block
This commit is contained in:
parent
f0f767e466
commit
49e01683ad
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ def _generate_pdf(invoice, items) -> bytes:
|
|||
info_rows = [
|
||||
("Rechnungsnummer", invoice["invoice_number"]),
|
||||
("Datum", fdate(invoice.get("created_at", ""))),
|
||||
("Faellig bis", due_date),
|
||||
("Fällig bis", due_date),
|
||||
]
|
||||
if invoice.get("service_period"):
|
||||
info_rows.append(("Leistungszeitraum", invoice["service_period"]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue