From 13b5b017b80366637e83ef5a6b23b69f85c69cd5 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Thu, 11 Jan 2024 08:34:00 +0100 Subject: [PATCH] Expose Antrag Id --- application/models/education/Pruefung_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/education/Pruefung_model.php b/application/models/education/Pruefung_model.php index 50109d2f1..6dcd4049d 100644 --- a/application/models/education/Pruefung_model.php +++ b/application/models/education/Pruefung_model.php @@ -164,6 +164,7 @@ class Pruefung_model extends DB_Model $this->addSelect('ps.prestudent_id'); $this->addSelect('lv.bezeichnung as lvbezeichnung'); $this->addSelect('le.studiensemester_kurzbz'); + $this->addSelect('a.studierendenantrag_id'); $this->addSelect('a.typ'); $this->addSelect('campus.get_status_studierendenantrag(a.studierendenantrag_id) status');