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

Kyle M Hall <k...@bywatersolutions.com> changed:

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

--- Comment #39 from Kyle M Hall <k...@bywatersolutions.com> ---
Created attachment 15731
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15731&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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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