changes to the open Damage Invoice Modal

This commit is contained in:
2026-07-27 21:13:18 +02:00
parent 3068f44563
commit 6fcabc8638
2 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -3157,7 +3157,7 @@ def library_loans_admin():
'damage_text': (damage_reports[0].get('description', '') if damage_reports else ''),
'available': bool(item_doc.get('Verfuegbar', False)),
'last_updated': fmt_dt(item_doc.get('LastUpdated')),
'acquisition_costs': fmt_money(item_doc.get('Anschaffungskosten'))
'acquisition_costs': item_doc.get('Anschaffungskosten', "")
})
return render_template(