@@ -, +, @@ on No title" --- reserve/request.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/reserve/request.pl +++ a/reserve/request.pl @@ -321,6 +321,8 @@ foreach my $biblionumber (@biblionumbers) { last; } + $template->param( biblio =>$biblio ) if scalar @biblionumbers == 1; + my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count(); # adding a fixed value for priority options --