X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ae62d30b25720dbd0a5c70d74bc6b7e83204a97..cb9ded864a5b5f6fa6da8a04e37983bd3e6cdf63:/SL/GL.pm diff --git a/SL/GL.pm b/SL/GL.pm index 8772ec9e0..455066079 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -541,7 +541,7 @@ sub transaction { } # get tax description - $query = qq| SELECT * FROM tax t|; + $query = qq| SELECT * FROM tax t order by t.taxkey|; $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query); $form->{TAX} = ();