[Koha-bugs] [Bug 7614] Branch transfer limit and holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 22 19:23:16 CET 2019


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77896|0                           |1
        is obsolete|                            |

--- Comment #28 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 84296
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84296&action=edit
Bug 7614: Check transfer limit in CanBookBeReserved and CanItemBeReserved

This patch adds $branchcode_to parameter to CanBookBeReserved and
CanItemBeReserved. It represents the pickup location for the hold. This patch
checks if the library is configured to be a pickup location (see Bug 7534), and
also if the item can be transferred into the given library (see Bug 18072).

To test:
1. prove t/db_dependent/Holds.t

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list