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