https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787

            Bug ID: 16787
           Summary: 'Too many holds' message appears inappropriately and
                    is missing data
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

bug 11250 changed the holds message to be and if,elsif loop, falling through to
catch the first appropriate message

bug 13116 changed the reporting from CanItemBeReserved causing tooManyHolds to
trigger when no holds are allowed

A side effect is that 'maxreserves' is only passed to the template when there
are too many reserves, but the too many reserves message is called when no
holds are available

To recreate:
Set maxreserves to 50
Set some item type to allow 0 holds
Attempt to place a hold on a record with that itemtype
Message will be 
"Too many holds: [Firstname Surname] can only place a maximum of total holds."
Message should be
"[Firstname Surname] cannot place any holds on these items."

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