Datum und Inhalt weiter nach unten verschoben
This commit is contained in:
2
app.py
2
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 + 5, 50)
|
||||
content_y = max(right_bottom + 15, 65)
|
||||
pdf.set_xy(left, content_y)
|
||||
pdf.set_font("Arial", "", 10)
|
||||
if rechnungsnummer:
|
||||
|
||||
Reference in New Issue
Block a user