Fix Kühlung "nicht vorhanden"

This commit is contained in:
Jens Cornelsen
2025-04-17 18:13:22 +02:00
parent 330841f8ee
commit 15651fc803

View File

@@ -209,13 +209,6 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
size: 10, size: 10,
font: bold font: bold
}) })
} else {
pages[0].drawText("x", {
x: 356,
y: height - 394.5,
size: 10,
font: bold
})
} }
if (ausweis.ausstellgrund === Enums.Ausstellgrund.Neubau) { if (ausweis.ausstellgrund === Enums.Ausstellgrund.Neubau) {