.
This commit is contained in:
@@ -71,7 +71,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
|||||||
|
|
||||||
pages[0].drawText(objekt.adresse || "", {
|
pages[0].drawText(objekt.adresse || "", {
|
||||||
x: 211,
|
x: 211,
|
||||||
y: height - 189,
|
y: height - 188.5,
|
||||||
size: 10
|
size: 10
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
|||||||
const plzOrt = `${objekt.plz || ""} ${objekt.ort || ""}`
|
const plzOrt = `${objekt.plz || ""} ${objekt.ort || ""}`
|
||||||
pages[0].drawText(plzOrt || "", {
|
pages[0].drawText(plzOrt || "", {
|
||||||
x: 211,
|
x: 211,
|
||||||
y: height - 199,
|
y: height - 200,
|
||||||
size: 10
|
size: 10
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user