Merge von 623-628 aus unstable: USTVA
[kivitendo-erp.git] / SL / GL.pm
index 8772ec9..4550660 100644 (file)
--- 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} = ();