http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11481 --- Comment #7 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- (In reply to michot from comment #6)
Tests done today on sandbox :
It seems Ok when there is only one item type on the the same record :
1 item available + 1 item on a notforloan statu = Opac : no hold button (when patron is authentificated) = Staff : Alert message ( with possibility to overstep) but wrong text « Cannot place hold : to many holds »)
1 item On loan + 1 item on a notforloan statu = Opac : hold button (when patron is authentificated) = Staff : hold OK
1 item available + 1 item on a notforloan statu + 1 item lost = Opac : no hold button (when patron is authentificated) = Staff : Alert message ( with possibility to overstep) but wrong text « Cannot place hold : to many holds »)
1 item on a notforloan statu + 1 item lost = Opac : no hold button (when patron is authentificated) = Staff : No alert message ( with possibility to overstep)
1 item available in another library + 1 item on a notforloan statu = Opac : no hold button (when patron is authentificated) = Staff : Alert message ( with possibility to overstep) but wrong text « Cannot place hold : to many holds »)
1 item available in transfer + 1 item on a notforloan statu = Opac : no hold button (when patron is authentificated) = Staff : Staff : Alert message ( with possibility to overstep) but wrong text « Cannot place hold : to many holds »)
When there is 2 different itemtypes on the same record, one of which with a circ rule without holds allowed : - 1 item available (with holds allowed) + 1 item available (with NO holds allowed) = Opac : no hold button (when patron is authentificated) = Staff : 2 Alert messages( with possibility to overstep) : one with wrong text « Cannot place hold : to many holds ») + one with good text « All reservable items of the record must be on loan »
- 1 item on loan (with holds allowed) + 1 item available (with NO holds allowed) = Opac : no hold button (when patron is authentificated) ERROR : patron could hold cause the only item hold allowed is on loan = Staff : 2 Alert messages( with possibility to overstep) : one with wrong text « Cannot place hold : to many holds ») + one with good text « All reservable items of the record must be on loan »
Conclusion : we don't sign off because of the last case
Can you give more details about the hold rules (hold for all libraries, ( rule for a specific library, hold policy for such library, holds policy by item ? ) and the level of itype (syspref item-level_itypes) you applied for your test because I don't get this error in my tests. Olivier Crouzet -- You are receiving this mail because: You are watching all bug changes.