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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to