[Bug 15516] Allow to place a hold on first available item from a group of titles
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #515 from David Cook <dcook@prosentient.com.au> --- Thanks, Pedro. That should be fixed now. Bit surprised this didn't surface in manual testing, since CanBookBeReserved() should've been called when placing a hold for next available item rather than a specific item, which is in the test plan. -- Looking at opac/opac-reserve.pl I think you've helped uncover a different bug. Check out these lines in opac/opac-reserve.pl: my $itemtype = $query->param('itemtype') || undef; my $status = CanBookBeReserved( $borrowernumber, $biblioNum, $branch, { itemtype => $itemtype } )->{status}; I'm looking at main, and it doesn't look like "itemtype" gets passed when doing a "next available" hold. I'll raise a separate bug report for that and CC you. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org