[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-44-ge901fb7842

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 02:11:44 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.11.x has been updated
       via  e901fb7842aeddd5ac68f5e8004ad3d186789bab (commit)
       via  5a27b1b2a981f9307656ef595f2479828b765465 (commit)
       via  723c72397f02c168ffe4f7615022ed0d9be7de49 (commit)
       via  cf331e0b3480fdf35947d887843f8bee6cd894e5 (commit)
       via  8b98dfa41d6004e6d6204c682b23043cb314e623 (commit)
      from  a1479015edfe2ba14c67090dea2c682ef5c3f48f (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 e901fb7842aeddd5ac68f5e8004ad3d186789bab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 14 12:39:38 2020 +0100

    Bug 23443: Do not checkin an item if checked out to another patron when lost fee is paid
    
    Test plan:
    0 - Do not apply this patch
    1 - Check out an item to a patron
    2 - Make sure a fee will be charged when lost
    3 - Mark the item lost
    4 - Make sure the fee will not be refunded on return of the item
    5 - Return the item
    6 - Check it out to a new patron
    7 - Write off the fine for the original patron
    => The item is now checked in
    8 - Apply this patch and repeat 1 to 7
    => The item is still checked out
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5a27b1b2a981f9307656ef595f2479828b765465
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 14 12:39:36 2020 +0100

    Bug 23443: Add tests
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 723c72397f02c168ffe4f7615022ed0d9be7de49
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>

commit cf331e0b3480fdf35947d887843f8bee6cd894e5
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>

commit 8b98dfa41d6004e6d6204c682b23043cb314e623
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Thu Jan 23 12:18:17 2020 +0000

    Bug 24484: Add explanatory text to batch patron deletion
    
    This patch adds a more detailed explanation about what the tool can do.
    
    To test:
    
    1) Open up the Batch patron deletion and anonymisation tool
    2) Check the help text near the top of the screen
    3) Install the patch and repeat steps 1 and 2
    4) Check the help text has changed to the new version
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |  5 ++-
 .../prog/en/modules/tools/cleanborrowers.tt        |  8 +++-
 t/db_dependent/Circulation.t                       | 12 +++++-
 t/db_dependent/Koha/Account.t                      | 45 +++++++++++++++++++++-
 4 files changed, 66 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list