From 2e23ef9385d89e9446b1c799b5131fbb3f93525e Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 24 Jan 2011 08:38:30 +0000 Subject: [PATCH] --- include/wawi_konto.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wawi_konto.class.php b/include/wawi_konto.class.php index f15bddf21..0e825beb6 100644 --- a/include/wawi_konto.class.php +++ b/include/wawi_konto.class.php @@ -433,9 +433,8 @@ class wawi_konto extends basis_db $qry = 'select konto.*, '.$qry_beschreibung.' from wawi.tbl_konto konto, wawi.tbl_konto_kostenstelle kst - where kst.konto_id = konto.konto_id and kst.kostenstelle_id ='.$kostenstelle_id.';'; + where kst.konto_id = konto.konto_id and kst.kostenstelle_id ='.$kostenstelle_id.' ORDER by konto.beschreibung;'; - //echo $qry; if(!$this->db_query($qry)) { $this->errormsg = "Fehler bei der Abfrage aufgetreten.";