Revision c8bffe80
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/GL.pm | ||
---|---|---|
415 | 415 |
AND ac.chart_id = c.id |
416 | 416 |
AND a.vendor_id = ct.id |
417 | 417 |
AND a.id = ac.trans_id |
418 |
ORDER BY $sortorder transdate,acoid, trans_id, taxkey DESC|;
|
|
418 |
ORDER BY $sortorder transdate, trans_id, acoid, taxkey DESC|;
|
|
419 | 419 |
|
420 | 420 |
# Show all $query in Debuglevel LXDebug::QUERY |
421 | 421 |
$callingdetails = (caller (0))[3]; |
Auch abrufbar als: Unified diff
Sortierung beim Buchungsjournal leicht angepasst.