mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
also show email contact for zweitbetreuer in student page + distinguish them in the label in case of more than 1 betreuer;
This commit is contained in:
@@ -293,6 +293,8 @@ class Abgabe extends FHCAPI_Controller
|
||||
if(count($data) > 0) {
|
||||
$pa->zweitbetreuer = $data[0];
|
||||
}
|
||||
|
||||
$pa->zweitbetreuer_mail = $this->getProjektbetreuerEmailByPersonID($pa->zweitbetreuer_person_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user