update staging #532
@@ -57,7 +57,8 @@
|
||||
"bedarfsausweis-wohnen.ausweis"
|
||||
);
|
||||
if (localStorageAusweis) {
|
||||
ausweis = JSON.parse(localStorageAusweis);
|
||||
ausweis = JSON.parse(localStorageAusweis)
|
||||
ausweis.ausweistyp = ausweistyp;
|
||||
}
|
||||
|
||||
const localStorageAufnahme = localStorage.getItem(
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
const localStorageAusweis = localStorage.getItem("verbrauchsausweis-gewerbe.ausweis");
|
||||
if (localStorageAusweis) {
|
||||
ausweis = JSON.parse(localStorageAusweis)
|
||||
ausweis.ausweistyp = ausweistyp;
|
||||
}
|
||||
|
||||
const localStorageAufnahme = localStorage.getItem("verbrauchsausweis-gewerbe.aufnahme");
|
||||
|
||||
Reference in New Issue
Block a user