http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12079 Bug ID: 12079 Summary: CheckReserves() and _Findgroupreserve do not return reserve_id Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com The hold requests returned by _Findgroupreserve do not include reserve_id, which means that the request returned by CheckReserves also does not include reserve_id. If they did, bug 11947 would not have occurred (though the patch for bug 11947 should not be preempted by this bug, IMO). All routines that return hold requests should return the reserve_id to avoid the potential for breakage by other routines that rely on reserve_id. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.