Changed bpk to Matrikelnummer

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-01-18 15:09:01 +01:00
committed by cris-technikum
parent e04e584410
commit 4df012798f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ class Person_model extends DB_Model
*/
public function getByUid($uid)
{
$this->addSelect('vorname, nachname, gebdatum, person_id, bpk');
$this->addSelect('vorname, nachname, gebdatum, person_id, bpk, matr_nr');
$this->addJoin('tbl_benutzer', 'person_id');
return $this->loadWhere(array('uid' => $uid));