X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2b664a1f4dd6615a44d6b6aeafca35dc7c6c7984..c98a426e3bc4461e663570ca4da8c12091daa7a9:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 3141b805e..56bc2eeeb 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -310,7 +310,8 @@ sub retrieve_buchungsgruppen { # get buchungsgruppen $query = qq|SELECT id, description - FROM buchungsgruppen|; + FROM buchungsgruppen + ORDER BY sortkey|; $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query);