[Koha-bugs] [Bug 11250] New: "too many holds" message appears inappropriately

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 14 16:22:35 CET 2013


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 at lists.koha-community.org
          Reporter: koha at univ-lyon3.fr
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list