[Koha-bugs] [Bug 17561] New: ReserveSlip needs itemnumber for item level holds on same biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 6 23:35:27 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17561

            Bug ID: 17561
           Summary: ReserveSlip needs itemnumber for item level holds on
                    same biblio
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: benjamin.rokseth at kul.oslo.kommune.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

With bug 14695 patrons can now place multiple holds on same biblio. The
ReserveSlip function used by hold-transfer-slip.pl though doesn't take
itemnumber as param, so any item returned belonging to the same patron's
reservation on the same biblio will trigger the same slip, which is the first
match.

It itemnumber (or barcode) is included in request to ReserveSlip, the correct
hold slip should be returned.

GetReserveId used in ReserveSlip takes itemnumber anyways, so it makes sense to
include it.

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


More information about the Koha-bugs mailing list