https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516
--- Comment #515 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
