Compare commits

...

1 Commits

Author SHA1 Message Date
Aiirondev_dev 39302d4d1f CHanges to the In and out 2026-07-27 14:53:09 +02:00
+3 -2
View File
@@ -3606,8 +3606,9 @@ def api_item_detail(item_id):
if borrow_records:
rows = []
count = 1
while count < 3:
for rec in borrow_records:
for rec in borrow_records:
while count < 3:
user_raw = rec.get('User')
try:
user = decrypt_text(user_raw) if user_raw is not None else ''