[Koha-bugs] [Bug 7710] multiple holds per title

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 15 13:57:06 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15732|0                           |1
        is obsolete|                            |

--- Comment #42 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17448
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17448&action=edit
Bug 7710 - multiple holds per title

Adds the ability to allow multiple holds
on the same record for the same borrower.

Adds new system preference MaxHoldsPerRecord,
which controls how many holds one person can
have on items for the same record.

Test Plan:
1) Apply patch for Bug 9394
1) Apply this patch
2) Run updatedatabase.pl
3) Attempt to place 2 holds for the same patron on the same record,
   you should not be able to ( default is 1 per record )
4) Set MaxHoldsPerRecord to 3
5) Attempt to place multiple holds for one patron on one record,
   you should be able to place 3 holds for one patron on a given
   record. A 4th hold should result in a message stating the patron
   has placed the max number of holds allowed on this record.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list