This commit is contained in:
Jens Cornelsen
2025-04-15 16:34:39 +02:00
parent e13810b16a
commit 4d7f94e292

View File

@@ -141,17 +141,10 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
// Kühlung
if (aufnahme.kuehlung) {
pages[0].drawText("x", {
x: 214,
y: height - 370.5,
size: 10,
font: bold
})
} else {
if (aufnahme.kuehlung === "1" && aufnahme.kuehlung !== null) {
pages[0].drawText("x", {
x: 356,
y: height - 381.5,
y: height - 370.5,
size: 10,
font: bold
})