api & anpassungen fuer das kartenterminal

This commit is contained in:
ma0048
2021-11-12 12:16:35 +01:00
parent 63105951a0
commit cf1b34769c
5 changed files with 66 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class Person_model extends DB_Model
*/
public function getByUid($uid)
{
$this->addSelect('vorname, nachname, gebdatum, person_id, bpk, matr_nr');
$this->addSelect('vorname, nachname, gebdatum, person_id, bpk, matr_nr, foto');
$this->addJoin('tbl_benutzer', 'person_id');
return $this->loadWhere(array('uid' => $uid));