plz und ort in Ausweis pdf eingefügt
This commit is contained in:
@@ -67,8 +67,8 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
pages[0].drawText(objekt.adresse || "", {
|
||||
const volleAdresse = `${objekt.adresse || ""}\n${objekt.plz || ""} ${objekt.ort || ""}`;
|
||||
pages[0].drawText(volleAdresse, {
|
||||
x: 211,
|
||||
y: height - 194,
|
||||
size: 10
|
||||
|
||||
Reference in New Issue
Block a user