@@ -, +, @@ --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -2036,7 +2036,6 @@ sub OPACItemHoldsAllowed { issuingrules.itemtype desc, issuingrules.branchcode desc LIMIT 1"; - my $dbh = C4::Context->dbh; my $sth = $dbh->prepare($query); $sth->execute($borrower->{categorycode},$itype,$branchcode); my $data = $sth->fetchrow_hashref; --