mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Adressstyp von Studenten automatisch auf 'h'
This commit is contained in:
@@ -228,6 +228,7 @@ if(isset($_REQUEST['submit']))
|
||||
$adresse->plz = $plz;
|
||||
$adresse->ort = $ort;
|
||||
$adresse->nation = $nation_code;
|
||||
$adresse->typ = 'h';
|
||||
$adresse->heimatadresse = true;
|
||||
$adresse->zustelladresse = true;
|
||||
$adresse->new = true;
|
||||
|
||||
Reference in New Issue
Block a user