Changed the order in method getAvailableReihungstestByPersonId

This commit is contained in:
bison-paolo
2017-02-03 12:05:44 +01:00
parent 76046c6b94
commit ff8693ec95
@@ -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',