Ausweis ID im Ausweis

This commit is contained in:
Moritz Utcke
2025-04-09 09:06:43 -04:00
parent 0956744878
commit 7327d39c57
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
const form = pdf.getForm()
form.updateFieldAppearances(font)
pages[0].drawText(`ID: ${aufnahme.id || ""}`, {
pages[0].drawText(`ID: ${ausweis.id || ""}`, {
x: 211,
y: height - 112.5,
size: 10

View File

@@ -28,7 +28,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
const font = await pdf.embedFont(StandardFonts.Helvetica)
const bold = await pdf.embedFont(StandardFonts.HelveticaBold)
pages[0].drawText(`ID: ${aufnahme.id || ""}`, {
pages[0].drawText(`ID: ${ausweis.id || ""}`, {
x: 211,
y: height - 112.5,
size: 10