From: Michael Wagner Date: Mon, 7 Apr 2025 12:27:27 +0000 (+0200) Subject: pydev-s6 ts X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/SVBaL.git/commitdiff_plain/0e2a7848e06b97c1c7c3a515fed27fc53fb9adfb pydev-s6 ts --- diff --git a/python/eh_util/eh_app/AWK/routines.py b/python/eh_util/eh_app/AWK/routines.py index e68b74a..b621b37 100644 --- a/python/eh_util/eh_app/AWK/routines.py +++ b/python/eh_util/eh_app/AWK/routines.py @@ -42,6 +42,8 @@ def erstelle_ehmeldung(data): can = canvas.Canvas(packet, pagesize=letter) # Adressfeld + can.setFont("Helvetica", 14) + can.drawString(80, 770, "Siedlervereinigung Berg am Laim") can.setFont("Helvetica", 12) can.drawString(205, 618, data["VorZuname"]) can.drawString(205, 600, data["VorZunamePartner"])