[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.14-2-ga4f7eaf961

Git repo owner gitmaster at git.koha-community.org
Mon Sep 14 22:29:32 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.05.x has been updated
       via  a4f7eaf9616613060e7766a82b6c398bf73839d7 (commit)
      from  60f26dfaf5e2ee164bb1682a0aece62eed05e83c (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 a4f7eaf9616613060e7766a82b6c398bf73839d7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 21 13:41:23 2020 +0000

    Bug 25566: Add option to ignore found holds and use it when checking high holds
    
    To test:
     1 - Find or create a record with 10 items
     2 - Set sysprefs:
         decreaseLoanHighHolds - enable
         decreaseLoanHighHoldsDuration - 2
         decreaseLoanHighHoldsValue - 2
         decreaseLoanHighHoldsControl  - 'over the number of holdable items'/dynamic
     3 - Set circ rules to allow 1 hold per record on the relevant record
     4 - Place 3 holds on the record
     5 - Check one item in and confirm hold to set to waiting
     6 - Issue to the patron with the waiting hold
     7 - Get a notice that loan period is decreased
     8 - Don't confirm the checkout
     9 - Apply patch
    10 - Restart all the things
    11 - Repeat checkout, no decrease this time!
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 96a871035043c7ffd93c61e756ee1ff89e3da0f0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit d59536e289692537289460a9225cc0c0bce80a57)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit fe86de90479a4f6a6a52277490a83cf8e133dbba)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/Circulation.pm                           |  2 +-
 C4/Reserves.pm                              | 29 ++++++++++++++++++-----------
 t/db_dependent/DecreaseLoanHighHolds.t      | 26 ++++++++++++++++++++++----
 t/db_dependent/Reserves/MultiplePerRecord.t |  7 +++++--
 4 files changed, 46 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list