.
This commit is contained in:
@@ -107,13 +107,13 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
|
|||||||
|
|
||||||
// Nach 82 aus Wohnfläche ermittelt
|
// Nach 82 aus Wohnfläche ermittelt
|
||||||
if (aufnahme.nutzflaeche == 0) {
|
if (aufnahme.nutzflaeche == 0) {
|
||||||
const checkMark = "\u2714";
|
const checkMark = String.fromCharCode(0x2714);
|
||||||
pages[0].drawText(checkMark, {
|
pages[0].drawText(checkMark, {
|
||||||
x: 274,
|
x: 274,
|
||||||
y: height - 277,
|
y: height - 277,
|
||||||
size: 10,
|
size: 10,
|
||||||
font: bold
|
font: bold
|
||||||
});
|
})
|
||||||
|
|
||||||
// const haken = await getS3File("ibc-images", `haken.png`);
|
// const haken = await getS3File("ibc-images", `haken.png`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user