Kühlung vorhanden fix
This commit is contained in:
@@ -202,9 +202,9 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
||||
}
|
||||
|
||||
// Kühlung
|
||||
if (aufnahme.kuehlung === "1") {
|
||||
if (aufnahme.kuehlung === "1" && aufnahme.kuehlung !== null) {
|
||||
pages[0].drawText("x", {
|
||||
x: 213,
|
||||
x: 356,
|
||||
y: height - 383.5,
|
||||
size: 10,
|
||||
font: bold
|
||||
|
||||
Reference in New Issue
Block a user