get main #512
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user