Bug 26842 - SIP should allow bib level holds
Summary: SIP should allow bib level holds
Status: RESOLVED DUPLICATE of bug 26461
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-28 10:43 UTC by Kyle M Hall (khall)
Modified: 2020-11-02 15:49 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***