.
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user