From 5fa856c138fb5e751d8c92b27a02bd068e5871a6 Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Thu, 22 Apr 2021 01:02:32 +0200 Subject: [PATCH] add erhalter kz to getByPerson method from Zeugnisnote_model.php --- application/models/education/Zeugnisnote_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/education/Zeugnisnote_model.php b/application/models/education/Zeugnisnote_model.php index 08c4beca1..1b2081148 100644 --- a/application/models/education/Zeugnisnote_model.php +++ b/application/models/education/Zeugnisnote_model.php @@ -22,7 +22,7 @@ class Zeugnisnote_model extends DB_Model public function getByPerson($person_id, $studiensemester_kurzbz) { $qry = ' - SELECT note.*, pers.matr_nr, lv.ects, stg.studiengang_kz, prst.prestudent_id, + SELECT note.*, pers.matr_nr, lv.ects, stg.studiengang_kz, prst.prestudent_id, stg.erhalter_kz, UPPER(stg.typ||stg.kurzbz) AS studiengang, stg.bezeichnung AS studiengang_bezeichnung FROM public.tbl_person pers JOIN public.tbl_prestudent prst USING (person_id)