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

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 21:36:14 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  b6baccee51f14b22cc6f2bfb152d811c591207b2 (commit)
       via  4e750a3a4f371274f0b55671f86c396d53238dfd (commit)
      from  4bb7ecc7939f7d9f5f951f6302a779b57e0af729 (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 b6baccee51f14b22cc6f2bfb152d811c591207b2
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>
    (cherry picked from commit e901fb7842aeddd5ac68f5e8004ad3d186789bab)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 4e750a3a4f371274f0b55671f86c396d53238dfd
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>
    (cherry picked from commit 5a27b1b2a981f9307656ef595f2479828b765465)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm             |  3 +++
 t/db_dependent/Koha/Account.t | 45 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list