also shows the zustellungs warning when there is more than one kontakt marked as zustellung

This commit is contained in:
SimonGschnell
2024-02-14 08:56:25 +01:00
parent 5ee241d914
commit bfba05753e
4 changed files with 56 additions and 3 deletions
+7
View File
@@ -43,4 +43,11 @@ export default {
`cis.php/Cis/Profil/getZustellAdresse`;
return axios.get(url);
},
getZustellKontakt: function () {
const url =
FHC_JS_DATA_STORAGE_OBJECT.app_root +
`cis.php/Cis/Profil/getZustellKontakt`;
return axios.get(url);
},
};