From 52b2628adbb0cfa7ea4ff13ab58bc8d29b80b71a Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Fri, 21 Aug 2026 12:08:21 +0200 Subject: [PATCH] Miss of an damage_unset --- Web/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index e34c209..0a11cf8 100755 --- a/Web/app.py +++ b/Web/app.py @@ -9176,7 +9176,9 @@ def resolve_repaired_item_funct(item_id, action, new_code_4="", current_user="ad 'DamageText': "", 'damage_text': "", 'is_damaged': "", - 'IsDamaged': "" + 'IsDamaged': "", + 'Condition': "", + 'DamageReports': "" } # --- OPTION 1: DELETE ---