Fehler Sortierung Buchungsjournal behoben
authorPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:37:01 +0000 (16:37 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:37:01 +0000 (16:37 +0000)
SL/GL.pm

index 7cd356f..ed8ade8 100644 (file)
--- a/SL/GL.pm
+++ b/SL/GL.pm
@@ -405,7 +405,7 @@ sub all_transactions {
                 AND ac.chart_id = c.id
                 AND a.vendor_id = ct.id
                 AND a.id = ac.trans_id
-                ORDER BY acoid, $sortorder transdate, trans_id, taxkey DESC|;
+                ORDER BY $sortorder transdate,acoid, trans_id, taxkey DESC|;
 
   # Show all $query in Debuglevel LXDebug::QUERY
   $callingdetails = (caller (0))[3];