This commit is contained in:
Moritz Utcke
2025-04-09 13:25:06 -04:00
parent a58c8d466e
commit 8860750487
4 changed files with 13 additions and 6 deletions

View File

@@ -376,11 +376,11 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
addEnergieverbrauchSkalaPfeile(pages[2])
if (ausweis.warmwasser_enthalten) {
addCheckMark(pages[2], 41, height - 269)
addCheckMark(pages[2], 41, height - 293)
}
if (ausweis.kuehlung_enthalten) {
addCheckMark(pages[2], 41, height - 281)
addCheckMark(pages[2], 41, height - 305)
}
if (ausweis.stromverbrauch_enthaelt_heizung) {