mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
now editAdressen shows a warning message if a new adresse is marked as zustelladresse
This commit is contained in:
@@ -36,4 +36,11 @@ export default {
|
||||
`cis.php/Cis/Profil/isMitarbeiter/${uid}`;
|
||||
return axios.get(url);
|
||||
},
|
||||
|
||||
getZustellAdresse: function () {
|
||||
const url =
|
||||
FHC_JS_DATA_STORAGE_OBJECT.app_root +
|
||||
`cis.php/Cis/Profil/getZustellAdresse`;
|
||||
return axios.get(url);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user