diff --git a/app.py b/app.py index 7156e5d..43cf084 100644 --- a/app.py +++ b/app.py @@ -325,7 +325,7 @@ def invoice_pdf(): right_bottom = pdf.get_y() # --- Rechnungsdaten & Empfaenger (links, unterhalb der rechten Spalte) --- - content_y = max(right_bottom + 15, 65) + content_y = max(right_bottom + 15, 80) pdf.set_xy(left, content_y) pdf.set_font("Arial", "", 10) if rechnungsnummer: