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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to