displaying and editing BPK field in FAS with permission student/bpk

This commit is contained in:
KarpAlex
2021-11-02 11:28:10 +01:00
parent 69613d35c7
commit a02e470970
5 changed files with 32 additions and 3 deletions
+2
View File
@@ -428,6 +428,7 @@ if(!$error)
$student->geburtsnation = $_POST['geburtsnation'];
$student->sprache = $_POST['sprache'];
$student->matrikelnr = $_POST['matrikelnummer'];
$student->bpk = $_POST['bpk'];
$student->updateamum = date('Y-m-d H:i:s');
$student->updatevon = $user;
@@ -577,6 +578,7 @@ if(!$error)
$person->geburtsnation = $_POST['geburtsnation'];
$person->sprache = $_POST['sprache'];
$person->matr_nr = $_POST['matr_nr'];
$person->bpk = $_POST['bpk'];
$person->updateamum = date('Y-m-d H:i:s');
$person->updatevon = $user;