mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
also shows the zustellungs warning when there is more than one kontakt marked as zustellung
This commit is contained in:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user