X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FGL.pm;h=0164836a2515057989c47ec5b8cdec899e3245a7;hb=9d047497dcea5258e2fab7eb2cbe8606a74f27e0;hp=70b30f4126f900d1af873f89b868be0d0cc59aae;hpb=f4a48b305f2c86d67c49908abc03cb95f5cb148f;p=kivitendo-erp.git diff --git a/SL/GL.pm b/SL/GL.pm index 70b30f412..0164836a2 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -415,7 +415,7 @@ sub all_transactions { AND ac.chart_id = c.id AND a.vendor_id = ct.id AND a.id = ac.trans_id - ORDER BY $sortorder transdate,acoid, trans_id, taxkey DESC|; + ORDER BY $sortorder transdate, trans_id, acoid, taxkey DESC|; # Show all $query in Debuglevel LXDebug::QUERY $callingdetails = (caller (0))[3];