Alte Ausweis ID

This commit is contained in:
Moritz Utcke
2025-03-19 18:54:22 -03:00
parent bba1fc0b47
commit 06eb1dff34
5 changed files with 51 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
const ausweisart = getAusweisartFromUUID(ausweis.uid);
const id = shortenUID(ausweis.uid)
const id = ausweis.alte_ausweis_id || shortenUID(ausweis.uid);
async function ausweisStornieren() {
const result = await dialogs.confirm({