https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 --- Comment #24 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 69126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69126 Bug 18547 - On shelf holds allowed > "If all unavailable" ignores default hold policy Review of attachment 69126: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18547&attachment=69126) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +1161,5 @@
foreach my $i (@items) { + + my $circ_control_branch = C4::Circulation::_GetCircControlBranch( $i->unblessed(), $borrower ); + my $branchitemrule = C4::Circulation::GetBranchItemRule( $circ_control_branch, $i->itype );
Hum, should not $i->itype be $i->effective_itemtype? -- You are receiving this mail because: You are watching all bug changes.