From 62f407636c94ddc33412d6f52603f9cf1079ec7f Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Fri, 11 Aug 2017 14:29:07 +0000 Subject: [PATCH] PLAT#41505 sorteren vlnr svn path=/Website/trunk/; revision=34920 --- APPL/ALG/alg_locatie_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/ALG/alg_locatie_list.inc b/APPL/ALG/alg_locatie_list.inc index 675183e180..94ac18fc64 100644 --- a/APPL/ALG/alg_locatie_list.inc +++ b/APPL/ALG/alg_locatie_list.inc @@ -201,7 +201,7 @@ function locatie_list(pautfunction, params) if (params.loc_descr) sqln += " AND UPPER(l.alg_locatie_omschrijving) LIKE " + safe.quoted_sql_wild(params.loc_descr + "%"); - sqln += " ORDER BY l.alg_locatie_upper ASC " + sqln += " ORDER BY UPPER(alg_district_omschrijving), UPPER(alg_locatie_code)"; var addurl = "appl/alg/alg_locatie.asp"; // addurl += buildTransitParam(["loc_key", "bld_key", "flo_key", "room_key"], params) // TODO: welke allemaal?