Bug 26842

Summary: SIP should allow bib level holds
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: colin.campbell
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Kyle M Hall (khall) 2020-10-28 10:43:31 UTC
Koha's SIP server was engineered to allow for item level holds down to and including C4::SIP::ILS::add_hold which accepts both an item id ( in the form of a barcode, SIP field AJ ), or a title id ( i.e. biblionumber, SIP field AJ ).

add_hold is passed the barcode, *or* the biblionumber if a barcode was not passed in. All code after this point presumes that the value passed was a barcode.

This should be corrected so that record level holds can be placed via SIP in Koha.
Comment 1 Katrin Fischer 2020-11-01 00:50:12 UTC
This sounds similar to your discussion with Nick on bug 26461, can you check if it's a duplicate maybe?
Comment 2 Kyle M Hall (khall) 2020-11-02 15:49:01 UTC

*** This bug has been marked as a duplicate of bug 26461 ***