[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-105-ge0ec375ee3

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 00:17:58 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  e0ec375ee31270a8ee123e116355086ad58fa36d (commit)
      from  8ea97143a53baf145fe2bb707760a4631a18096a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0ec375ee31270a8ee123e116355086ad58fa36d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 14:55:27 2020 +0100

    Bug 26990: (bug 22284 follow-up) Prevent hold to be placed if cannot be transferred
    
    There is a missing parameter to CanItemBeReserved, we need to know if
    the hold can be placed at a given pickup library.
    
    Test plan:
    1 - Set preferences:
         UseBranchTransferLimits: enforce
         BranchTransferLimitsType: itype
         AllowHoldPolicyOverride: Don't allow
    2 - Set Centerville 'Book' items to not be allowed to transfer to any other library
    3 - Make sure Hold policy is set to 'any library'
    4 - Find a record with a Centerville item and other items
    5 - Attempt to place an item level hold on the Centerville item (with a
    pickup library different than Centerville)
    => Without this patch you are taken to the holds list, but your hold is not placed
    Nothing indicates why hold has failed
    => With this patch you cannot select the item from Centerville
    "Cannot be transferred to pickup library"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fbd0bbf98f574a7eb804673978a198eea6fdd798)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 reserve/request.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list