@@ -, +, @@ branch in opac-reserve.pl --- opac/opac-reserve.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/opac/opac-reserve.pl +++ a/opac/opac-reserve.pl @@ -190,9 +190,8 @@ if ( $query->param('place_reserve') ) { foreach my $biblioNum (@biblionumbers) { my $itemNum = $query->param("checkitem_$biblioNum"); my @itemnumbers = $query->param("checkitem_$biblioNum"); - my $branch = $query->param("branch_$biblioNum"); + my $branch = $query->param("branch"); my $reqtype = $query->param("reqtype_$biblioNum"); - warn $biblioNum; if (!$reqtype) { #If no $reqtype value has been passed from the form this means both reqany and reqspecific radio buttons are disabled because a hold has been placed on this biblio previously and so a forced_hold_level exists. # Determine what the forced_hold_level is. --