@@ -, +, @@ --- members/paycollect.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/paycollect.pl +++ a/members/paycollect.pl @@ -150,7 +150,7 @@ if ( $selected_accts ) { accountlines_id => { 'in' => \@acc }, }; - my @selected_accountlines = Koha::Account::Lines->search( + @selected_accountlines = Koha::Account::Lines->search( $search_params, { order_by => 'date' } ); --