http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #20 from Jonathan Druart <jonathan.druart@biblibre.com> --- There is a problem with the new routine GetMultiHoldsCountSameEnum. It returns a query string and the only place where it is used, the return is not used (CanItemBeReserved). However, when I place hold, I get 2 errors: Cannot place hold Too Many Holds: [USER] has too many holds. [USER] has already placed the maximum allowed number of holds on this record However, my syspref maxreserves is equal to 50 and I should not have the first error. -- You are receiving this mail because: You are watching all bug changes.