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

            Bug ID: 40792
           Summary: Do not fill hold requests when issuing non-holdable
                    items
 Change sponsored?: ---
           Product: Koha
           Version: 24.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Hold requests
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

It is a regression from bug 38650 that issuing non-holdable items now fills
holds.

The subroutine C4::Reserves::MoveReserve would previously only do anything if
there where a hold that had been filled with the specified item, which mean
that the item issued was holdable.

But bug 38650 opened up the possibility to fill the borrowers hold even if the
issued item is not holdable.

I suggest a check that the item issued is holdable if the biblio is reserved by
the borrower.

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