Kühlung repariert VWBWTKEN9TR

This commit is contained in:
Jens Cornelsen
2025-04-16 11:12:47 +02:00
parent 02761610d1
commit bf6d8f47e7

View File

@@ -193,16 +193,9 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
// Kühlung // Kühlung
if (aufnahme.kuehlung === "1") { if (aufnahme.kuehlung === "1") {
pages[0].drawText("x", {
x: 213,
y: height - 383.5,
size: 10,
font: bold
})
} else {
pages[0].drawText("x", { pages[0].drawText("x", {
x: 356, x: 356,
y: height - 394.5, y: height - 383.5,
size: 10, size: 10,
font: bold font: bold
}) })