X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ee75e5986c75b6cf9886bf315e83d05ae210add0..c23e2dfa11947598925712a78d8bd9066d87900e:/SL/RC.pm diff --git a/SL/RC.pm b/SL/RC.pm index 89904d868..8447bb8a6 100644 --- a/SL/RC.pm +++ b/SL/RC.pm @@ -211,7 +211,7 @@ sub payment_transactions { push(@values, conv_i($form->{filter_amount})); } - $query .= " ORDER BY 3,7,8 LIMIT 6"; + $query .= " ORDER BY 3,7,8"; $form->{PR} = selectall_hashref_query($form, $dbh, $query, @values);