Alte Ausweis ID
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user