Implementation of an automatic id code generation.
Release Inventarsystem / release-docker (push) Successful in 3m12s

This commit is contained in:
2026-08-17 11:50:35 +02:00
parent bb89b434ed
commit 9ea0ae6157
2 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -272,7 +272,7 @@
<div class="form-row">
<div class="form-group">
<label for="ausweis_id">Ausweis-ID *</label>
<input type="text" id="ausweis_id" name="ausweis_id" required
<input type="text" id="ausweis_id" name="ausweis_id"
value="{{ form_data.get('ausweis_id', '') }}"
placeholder="z.B. SIS2024001">
</div>