slight fix of an import dubbeling
Release Inventarsystem / release-docker (push) Successful in 2m14s

This commit is contained in:
2026-08-18 20:33:17 +02:00
parent 8dc773d202
commit 375e9c46eb
-3
View File
@@ -3326,9 +3326,6 @@ def library_loans_admin():
_ensure_audit_indexes_once()
# IMPORT HINZUGEFÜGT: Entschlüsselungs-Tool importieren
from modules.inventarsystem.data_protection import decrypt_text
def fmt_dt(dt):
try:
return dt.strftime('%d.%m.%Y %H:%M') if dt else ''