Fix of an issue with the data being use for the button insert
Release Inventarsystem / release-docker (push) Successful in 2m16s

This commit is contained in:
2026-08-18 21:12:47 +02:00
parent e636242542
commit 3d9e5c470a
2 changed files with 42 additions and 32 deletions
+1
View File
@@ -3382,6 +3382,7 @@ def library_loans_admin():
'item_code': item_doc.get('Code_4', ''),
'item_author': item_doc.get('Author', ''),
'item_isbn': item_doc.get('ISBN', ''),
'item_cost_raw': item_doc.get('Anschaffungskosten', ''),
'user': decrypted_user,
'status': record.get('Status', ''),
'start': fmt_dt(record.get('Start')),