View | Details | Raw Unified | Return to bug 26536
Collapse All | Expand All

(-)a/members/paycollect.pl (-2 / +1 lines)
Lines 150-156 if ( $selected_accts ) { Link Here
150
            accountlines_id   => { 'in' => \@acc },
150
            accountlines_id   => { 'in' => \@acc },
151
    };
151
    };
152
152
153
    my @selected_accountlines = Koha::Account::Lines->search(
153
    @selected_accountlines = Koha::Account::Lines->search(
154
        $search_params,
154
        $search_params,
155
        { order_by => 'date' }
155
        { order_by => 'date' }
156
    );
156
    );
157
- 

Return to bug 26536