[Koha-bugs] [Bug 28057] New: Confusion of biblionumber and biblioitemnumber in request.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 30 17:40:22 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28057

            Bug ID: 28057
           Summary: Confusion of biblionumber and biblioitemnumber in
                    request.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

We have seen issues on sites where biblionumber and biblioitemnumbers are not
the same - we hit an ISE for missing itemypes for items on record B when
placing a hold on record A

biblionumber and biblioitemnumber are not guaranteed to be the same

I don't understand what is happening around this code, but I am certain this is
not right:
447         $items_any_available = ItemsAnyAvailableAndNotRestricted( {
biblionumber => $biblioitemnumber, patron => $    patron })

-- 
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