mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-18 20:49:27 +00:00
Changed the order in method getAvailableReihungstestByPersonId
This commit is contained in:
@@ -256,7 +256,7 @@ class Studiengang_model extends DB_Model
|
||||
|
||||
$this->addJoin('public.tbl_prestudent', 'prestudent_id');
|
||||
|
||||
$this->addOrder('tbl_studiengang.studiengang_kz, tbl_reihungstest.stufe');
|
||||
$this->addOrder('tbl_studiengang.bezeichnung, tbl_reihungstest.stufe, tbl_reihungstest.datum');
|
||||
|
||||
return $this->loadTree(
|
||||
'tbl_studiengang',
|
||||
|
||||
Reference in New Issue
Block a user