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

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.
_______________________________________________
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