This commit is contained in:
Jens Cornelsen
2025-04-15 15:12:50 +02:00
parent c09cdcc788
commit 3f18ad9c59

View File

@@ -106,13 +106,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
})
// Nach 82 aus Wohnfläche ermittelt
if (aufnahme.nutzflaeche == 0) {
pages[0].drawText("✔", {
x: 274,
y: height - 277,
size: 10,
font: bold
})
// const haken = await getS3File("ibc-images", `haken.png`);
@@ -126,7 +120,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
// height: 10
// })
// }
}
pages[0].drawText(`${ausweis.brennstoff_1}, ${ausweis.brennstoff_2 || ""}`, {
x: 211,