X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FGL.pm;h=455066079a0c25e677a204255dcdbaa26769e1d8;hb=ee583bd572dafb1b587ca749b7c2659f135ebcc1;hp=8772ec9e08cb545ad6c2ae64af8750cbe2e9791a;hpb=2ae62d30b25720dbd0a5c70d74bc6b7e83204a97;p=kivitendo-erp.git 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} = ();