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

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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