Erweiterungen zum Abruf der Standorte für Bewerbertool

This commit is contained in:
Nikolaus Krondraf
2015-05-13 12:07:58 +02:00
parent 124f03cbbc
commit 059a37fb5f
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class studiengang extends basis_db
*/
public function getAllForBewerbung()
{
$qry = 'SELECT DISTINCT studiengang_kz, typ, organisationseinheittyp_kurzbz, studiengangbezeichnung '
$qry = 'SELECT DISTINCT studiengang_kz, typ, organisationseinheittyp_kurzbz, studiengangbezeichnung, standort '
. 'FROM lehre.vw_studienplan '
. 'WHERE onlinebewerbung IS TRUE '
. 'ORDER BY studiengangbezeichnung ASC';