https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40475
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jonathan Druart <[email protected]> --- (In reply to David Cook from comment #0) > I was discussing CanBookBeReserved with Pedro on bug 15516 when I noticed > that the $itemtype in the following line of opac/opac-reserve.pl looks like > it'll always be "undef" for "next available" holds: > > my $status = CanBookBeReserved( $borrowernumber, $biblioNum, $branch, { > itemtype => $itemtype } )->{status}; Are you sure? Turn on AllowHoldItemTypeSelection https://snipboard.io/sBaKNe.jpg If I select "Book" here, I hit CanBookBeReserved with itemtype=BK -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
