https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26842 Bug ID: 26842 Summary: SIP should allow bib level hols Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: colin.campbell@ptfs-europe.com 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.