.
This commit is contained in:
@@ -106,7 +106,14 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
||||
})
|
||||
|
||||
// Nach 82 aus Wohnfläche ermittelt
|
||||
|
||||
if (aufnahme.nutzflaeche == 0) {
|
||||
const checkMark = "✔";
|
||||
pages[0].drawText(checkMark, {
|
||||
x: 274,
|
||||
y: height - 277,
|
||||
size: 10,
|
||||
font: bold
|
||||
});
|
||||
|
||||
// const haken = await getS3File("ibc-images", `haken.png`);
|
||||
|
||||
@@ -120,7 +127,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
||||
// height: 10
|
||||
// })
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
pages[0].drawText(`${ausweis.brennstoff_1}, ${ausweis.brennstoff_2 || ""}`, {
|
||||
x: 211,
|
||||
|
||||
Reference in New Issue
Block a user