[Koha-bugs] [Bug 9774] New: Search results shows "no holds allowed" for items "Waiting"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 8 22:56:25 CET 2013


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 at lists.koha-community.org
          Reporter: jdeca at smfpl.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list