]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GL.pm
Bug #204 behoben: Storno geht jetzt auch bei Splitbuchungen
[mfinanz.git] / SL / GL.pm
index dc9ecdd34e98a880efea6be064d387b5b155ea8b..aacd602ff9c3cacf85dba7a776bcafef3b15d8da 100644 (file)
--- a/SL/GL.pm
+++ b/SL/GL.pm
@@ -548,7 +548,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} = ();