[koha-commits] main Koha release repository branch master updated. v20.05.00-91-g7b54b52907

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 19:20:25 CEST 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, master has been updated
       via  7b54b529078756556252530bb72903caa88e94e7 (commit)
       via  b17a04dd077bb118086ad9e4bb58eee81ade2cdd (commit)
      from  679dcd1574de88cb8b7002c5020e0b4488233943 (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 7b54b529078756556252530bb72903caa88e94e7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 18 15:13:25 2020 +0200

    Bug 25786: AddReserve now takes a hashref
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b17a04dd077bb118086ad9e4bb58eee81ade2cdd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 17 12:53:36 2020 -0400

    Bug 25786: Holds Queue building may target the wrong item for item level requests that match holds queue priority
    
    Bug 23934 removed the limitation that prevented item level holds from
    getting local holds priority. The problem is the code has never checked
    if the item level hold matches the given item! This means the wrong item
    may be requested to fill an item level hold.
    
    Test Plan:
    1) Create 3 items on a record
    2) Place a hold for the 2nd item you created
    4) Ensure that hold would be picked up by local holds priority
    5) Build the holds queue
    6) Note the holds queue is asking for the wrong item!
    7) Apply this patch
    8) Rebuild the holds queue
    9) Holds queue should now be asking for the correct item!
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/HoldsQueue.pm            |  2 ++
 t/db_dependent/HoldsQueue.t | 74 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 75 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list