[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-45-g4bb7ecc793

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 21:26:32 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, 19.05.x has been updated
       via  4bb7ecc7939f7d9f5f951f6302a779b57e0af729 (commit)
       via  180b20a6b8594b9039f6787400fbc38964f67cff (commit)
      from  d3101975c6ed779dada28a83af66d3aeef12e8b1 (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 4bb7ecc7939f7d9f5f951f6302a779b57e0af729
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 16 13:09:50 2020 +0000

    Bug 24377: Unit test
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit cf331e0b3480fdf35947d887843f8bee6cd894e5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 180b20a6b8594b9039f6787400fbc38964f67cff
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 16 13:09:58 2020 +0000

    Bug 24377: Record passed branch if renewing via cron
    
    To test:
    1 - Checkout an item with auto renewal set and eligible for auto renew
    2 - Set no renewal before in the circ rules to 99 (something greater than the checkout period)
    3 - perl misc/cronjobs/automatic_renewals.pl
    4 - Check the statistics table, note the branch for renewal is null
        SELECT * FROM statistics WHERE itemnumber={itemnumber} AND type='RENEWAL'
    5 - Apply patch
    6 - Repeat 1-4
    7 - Note the branch is set to the issuing branch
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Ed Veal <eveal at mckinneytexas.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 723c72397f02c168ffe4f7615022ed0d9be7de49)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm            |  7 +++----
 t/db_dependent/Circulation.t | 23 +++++++++++++++++------
 2 files changed, 20 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list