Ausweis erstellen aus Dashboard
This commit is contained in:
@@ -61,7 +61,7 @@ if (id) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
aufnahme = await getAufnahme(ausweis.aufnahme_id) as Aufnahme
|
aufnahme = await getAufnahme(aufnahme_id) as Aufnahme
|
||||||
|
|
||||||
if (!aufnahme) {
|
if (!aufnahme) {
|
||||||
// Die Aufnahme existiert wohl nicht.
|
// Die Aufnahme existiert wohl nicht.
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ if (id) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
aufnahme = await getAufnahme(ausweis.aufnahme_id) as Aufnahme
|
aufnahme = await getAufnahme(aufnahme_id) as Aufnahme
|
||||||
|
|
||||||
if (!aufnahme) {
|
if (!aufnahme) {
|
||||||
// Die Aufnahme existiert wohl nicht.
|
// Die Aufnahme existiert wohl nicht.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ if (id) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
aufnahme = await getAufnahme(ausweis.aufnahme_id) as Aufnahme
|
aufnahme = await getAufnahme(aufnahme_id) as Aufnahme
|
||||||
|
|
||||||
if (!aufnahme) {
|
if (!aufnahme) {
|
||||||
// Die Aufnahme existiert wohl nicht.
|
// Die Aufnahme existiert wohl nicht.
|
||||||
|
|||||||
Reference in New Issue
Block a user