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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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