Revision c90e49a2
Von Philip Reetz vor mehr als 18 Jahren hinzugefügt
SL/GL.pm | ||
---|---|---|
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];
|
Auch abrufbar als: Unified diff
Fehler Sortierung Buchungsjournal behoben