From 72e8a8cf5de205cdaadf72ef72cf35e576b9ef27 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 23 Sep 2026 21:35:34 +0200 Subject: [PATCH] fix for the issue implementet --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 9bdc9e6..31ec839 100755 --- a/Web/app.py +++ b/Web/app.py @@ -2301,7 +2301,7 @@ def _upload_student_cards_excel(): row_errors.append('Vorname und Nachname fehlen') if not ausweis_id and student_name: - ausweis_id = generate_ausweis_id(existing_ids) + ausweis_id = generate_ausweis_id() validation_warnings.append((row_number, f'Ausweis-ID wurde automatisch erzeugt: {ausweis_id}')) existing_ids.add(ausweis_id.upper()) elif ausweis_id and not rollover_mode: