This commit is contained in:
Jens Cornelsen
2025-04-17 01:36:49 +02:00
parent 183178f943
commit 2c1945584d

View File

@@ -71,7 +71,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
pages[0].drawText(objekt.adresse || "", {
x: 211,
y: height - 184,
y: height - 189,
size: 10
})
@@ -79,7 +79,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
const plzOrt = `${objekt.plz || ""} ${objekt.ort || ""}`
pages[0].drawText(plzOrt || "", {
x: 211,
y: height - 204,
y: height - 199,
size: 10
})