Bedarfsausweis Austellen - Fix Rechnung PDF Anhang

This commit is contained in:
Carl Mahnke
2025-04-24 16:47:41 +02:00
parent 23246fbda2
commit d5fb937dd6

View File

@@ -339,7 +339,7 @@ export async function getLexOfficeRechnung(rechnung: Rechnung) {
})
if (fileRequest.status !== 200) {
throw new Error("File request hat nicht funktioniert.")
throw new Error("File request hat nicht funktioniert." + rechnung.lex_office_id + "/" + file_id)
}
const file = await fileRequest.arrayBuffer()