]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GL.pm
Merge von 611,612,616 aus unstable: Bugfix zu Splitbuchungen
[mfinanz.git] / SL / GL.pm
index 8772ec9e08cb545ad6c2ae64af8750cbe2e9791a..455066079a0c25e677a204255dcdbaa26769e1d8 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} = ();