@@ -, +, @@ --- svc/holds | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- a/svc/holds +++ a/svc/holds @@ -62,7 +62,6 @@ print $input->header( -type => 'text/plain', -charset => 'UTF-8' ); my $holds_rs = $schema->resultset('Reserve')->search( { borrowernumber => $borrowernumber }, { - prefetch => { 'item' => 'biblio' }, order_by => { "-$sorting_direction" => $sorting_column } } ); --