http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11250 Bug ID: 11250 Summary: "too many holds" message appears inappropriately Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: koha@univ-lyon3.fr QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com In the staff interface, when placing a hold from the holds tab of a detailed record, the message "Cannot place hold Too Many Holds: Johnny SuchOne has too many holds" appears even if the unique reason is that there 's no holds allowed for the borrower. seems because of this line (request.pl line 193) : unless ( $canbookbereserved ) { $maxreserves = 1; } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.