[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-7-g85a648431b

Git repo owner gitmaster at git.koha-community.org
Mon Sep 7 04:28:29 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, 19.11.x has been updated
       via  85a648431bfa45de3bf1978319cd46f0632f5c98 (commit)
       via  b8de520952b205d94f97de6ad2d9b94346475a81 (commit)
       via  97ba8f85d7f4feb6c078714b89fd02d3cd6f2a15 (commit)
      from  9b3addb185e0b20732c85ccccd07ba518a5cabf0 (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 85a648431bfa45de3bf1978319cd46f0632f5c98
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 22 09:25:54 2020 -0400

    Bug 25783: Modify calls to AddReserve to match Koha 19.11.x AddReserve prototype
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit b8de520952b205d94f97de6ad2d9b94346475a81
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 17 11:41:21 2020 -0400

    Bug 25783: Holds Queue treating item-level holds as bib-level
    
    The holds queue builder does not honor
    the new item_level_hold flag. Instead, it only item_level_request if
    in the loop dealing with item level holds. This is incorrect. Item level
    holds may be trapped in the local holds priority loop as well. It's
    trivial to just pass though the correct item/biblio level hold flag.
    
    I do not know how to write a reproducable test plan for these issues.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit db235d33a4caf64387b86ebab7b658bd7759ff21)
    (cherry picked from commit aa4eba6d232fd5009312286f5e3575c4ca25e9f3)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 97ba8f85d7f4feb6c078714b89fd02d3cd6f2a15
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 17 17:18:12 2020 -0300

    Bug 25783: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit dd4970860d4299c89ce4a698644c08f990bc1468)
    (cherry picked from commit ad6b6db41e92168a3e23d64949817fddb8927aa0)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 C4/HoldsQueue.pm            |  8 +++---
 t/db_dependent/HoldsQueue.t | 63 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 66 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list