mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Funktion getAllForBewerbung geändert
Aus der Funktion getAllForBewerbung wurde die studiengangbezeichnung (de und en) entfernt. Die Studiengangsbezeichnung kommt nun aus dem Studienplan.
This commit is contained in:
@@ -218,9 +218,9 @@ class studiengang extends basis_db
|
||||
* @param string $order Default: typ, studiengangbezeichnung, tbl_lgartcode.bezeichnung ASC. Spalten, nach denen Sortiert werden soll.
|
||||
* @return boolean
|
||||
*/
|
||||
public function getAllForBewerbung($order = 'typ, studiengangbezeichnung, tbl_lgartcode.bezeichnung ASC')
|
||||
public function getAllForBewerbung($order = 'typ, tbl_lgartcode.bezeichnung ASC')
|
||||
{
|
||||
$qry = 'SELECT DISTINCT studiengang_kz, typ, organisationseinheittyp_kurzbz, studiengangbezeichnung, standort, studiengangbezeichnung_englisch, lgartcode, tbl_lgartcode.bezeichnung '
|
||||
$qry = 'SELECT DISTINCT studiengang_kz, typ, organisationseinheittyp_kurzbz, standort, lgartcode, tbl_lgartcode.bezeichnung '
|
||||
. 'FROM lehre.vw_studienplan '
|
||||
. 'LEFT JOIN bis.tbl_lgartcode USING (lgartcode) '
|
||||
. 'WHERE onlinebewerbung IS TRUE '
|
||||
|
||||
Reference in New Issue
Block a user