@@ -, +, @@ --- C4/Reserves.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -453,7 +453,7 @@ sub CanItemBeReserved { # maximum number of holds allowed for this itemtype, # we need to check to see if *any* holds are allowed # for this patron/itemtype as determined by the holds policy - my $holds_policy = GetBranchItemRule( + my $holds_policy = C4::Circulation::GetBranchItemRule( $controlbranch eq "ItemHomeLibrary" ? $item->{homebranch} : $borrower->{branchcode}, --