From 3aa065d0397225e4a072a7e14f4fba576994fed6 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 19 Aug 2026 22:34:19 +0200 Subject: [PATCH] Fixes to the updates for the invpoice processing, Fix is a duplication error for admin_mark_invoice_paid --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 87daeaa..fd33cca 100755 --- a/Web/app.py +++ b/Web/app.py @@ -8919,7 +8919,7 @@ def admin_pay_invoice_extended(borrow_id): # <--- HIER GEƄNDERT (Eindeutiger F client.close() @app.route('/admin/items//repair', methods=['POST']) -def mark_damage_repaired(item_id): +def resolve_repaired_item(item_id): """Mark item as repaired and make it available again.""" if 'username' not in session: return redirect(url_for('login'))