[Koha-bugs] [Bug 26842] New: SIP should allow bib level hols

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 28 11:43:31 CET 2020


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 at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at 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.


More information about the Koha-bugs mailing list