[Koha-bugs] [Bug 14695] New: Add ability to place multiple item holds on a given record per patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 19 16:51:10 CEST 2015


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

            Bug ID: 14695
           Summary: Add ability to place multiple item holds on a given
                    record per patron
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle.m.hall at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Currently Koha only allows one hold to be placed on a given bib per patron,
even it the record has multiple items. This enhancement will give Koha the
ability to place a hold on at least two items on the same bibliographic record.
For example, in the case of a television season DVD which has one record but
many unique items.

Work to be done:
1) Locate all code in Koha that checks for a patron already having a hold on a
record
2) Add a new system preference to define the number of holds allowed per record
3) Create new subroutine/method to check for this
4) Implement call to new sub in areas defined in part 1
5) Ensure no code in C4::Reserves assumes that it can modify holds based on
borrowernumber only

This is not the first attempt at such a feature, but previous iterations are
far out of date. It's time for a fresh start.

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


More information about the Koha-bugs mailing list