projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf86942
)
Fehler Sortierung Buchungsjournal behoben
author
Philip Reetz
<p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:37:01 +0000
(16:37 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:37:01 +0000
(16:37 +0000)
SL/GL.pm
patch
|
blob
|
history
diff --git
a/SL/GL.pm
b/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];