[Koha-bugs] [Bug 10993] New: Transfer limits should be checked when placing a hold/reservation.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 4 08:56:56 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10993

            Bug ID: 10993
           Summary: Transfer limits should be checked when placing a
                    hold/reservation.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

If a Borrower cannot get an Item transfered to his pickup location of choice,
the
Borrower needs to know that before he places a hold.
This is especially true when placing Item-level holds.
If a patron can place a hold on an item, he expects the item to be available at
his pickup location of choice. Currently there is no warning or hold block for
holds that violate the UseBranchTransferLimits-setting.

Solution. Create or use an existing centralized
CheckBranchTransferLimits-function inside the
C4::Reserves::CanItemBeReserved(), to see if an item can be reserved for the
desired pickup location.
When the borrower changes his pickup location in
koha/opac-reserve.pl?biblionumber=xxx, the BranchTransferLimits need to be
recalculated.


UseBranchTransferLimits should also affect placing holds via the Restful API's.
$pickuplocation is not always available in the Restful API -requests so we can
use the Borrowers homebranch as the default pickup location.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list