From ff8693ec95d64895de238f109d97bd0181d7e548 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Fri, 3 Feb 2017 12:05:44 +0100 Subject: [PATCH] Changed the order in method getAvailableReihungstestByPersonId --- application/models/organisation/Studiengang_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/organisation/Studiengang_model.php b/application/models/organisation/Studiengang_model.php index ca7c79860..acd571df3 100644 --- a/application/models/organisation/Studiengang_model.php +++ b/application/models/organisation/Studiengang_model.php @@ -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',