]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Fehlende Localesläufe aus 4091 und 4093.
[mfinanz.git] / SL / Form.pm
index d2f8cb2e7113c2263006811af299ae3f1d746dce..c13422264806f5daed40aa5689cc7d28cb10cf97 100644 (file)
@@ -2829,7 +2829,7 @@ sub create_links {
                                       (startdate <= a.transdate) ORDER BY startdate DESC LIMIT 1))
          WHERE a.trans_id = ?
          AND a.fx_transaction = '0'
-         ORDER BY a.oid, a.transdate|;
+         ORDER BY a.acc_trans_id, a.transdate|;
     $sth = $dbh->prepare($query);
     do_statement($self, $sth, $query, $self->{id});