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

            Bug ID: 40475
           Summary: Item type not considered for next available hold in
                    OPAC
 Change sponsored?: ---
           Product: Koha
           Version: Main
          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], [email protected],
                    [email protected]

I was discussing CanBookBeReserved with Pedro on bug 15516 when I noticed that
the $itemtype in the following line of opac/opac-reserve.pl looks like it'll
always be "undef" for "next available" holds:

my $status = CanBookBeReserved( $borrowernumber, $biblioNum, $branch, {
itemtype => $itemtype } )->{status};

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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