get main #512

Merged
IB-Cornelsen merged 66 commits from main into dev 2025-04-18 10:27:28 +00:00
Showing only changes of commit 2c1945584d - Show all commits

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
})