http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9774 Bug ID: 9774 Summary: Search results shows "no holds allowed" for items "Waiting" Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.10 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: jdeca@smfpl.org CC: gmcharlt@gmail.com On the staff side search result, an item will show "No holds allowed" if the item is on hold "Waiting". See Search.pm line 1841. if( $item ->{withdrawn} || $item->{itemlost} ... || $reservestatus eq 'Waiting' <==== || ($transfertwhen ne '')) One can still place holds on the item. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.