[koha-commits] main Koha release repository branch master updated. v19.11.00-306-ga6b0ebf

Git repo owner gitmaster at git.koha-community.org
Mon Jan 13 15:05:53 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, master has been updated
       via  a6b0ebfb09e6d9c7005887c7b68eb49ba9878998 (commit)
       via  f94b32f074df1dbded3e074877418aaae7a55315 (commit)
       via  7a1e1a1f88dbab6ad604244b442e7519aa9a3d3d (commit)
       via  ba7c2236d529143b0eac0e458778658574cdc5f2 (commit)
      from  0c4f4dbadaacaf952bd5696c238643877c39aa64 (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 a6b0ebfb09e6d9c7005887c7b68eb49ba9878998
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 6 15:35:27 2019 +0000

    Bug 24146: Illustrate increasing and decreasing fine
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f94b32f074df1dbded3e074877418aaae7a55315
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Dec 6 15:10:17 2019 +0000

    Bug 24146: Corrections to UpdateFine logic concerning maxFine
    
    The `maxFine` system preference actually refers to the amount of
    outsanding debt (in fines) a patron may have at a given time. This patch
    corrects the functionality of UpdateFine such that it properly respects
    that counter given the payment of accruing fines scenario.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7a1e1a1f88dbab6ad604244b442e7519aa9a3d3d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Dec 5 10:14:51 2019 +0000

    Bug 24146: Increment existing fine
    
    We should increment an existing fine even if it has been fully paid off
    whilst it is still incrementing and not create a new fine.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ba7c2236d529143b0eac0e458778658574cdc5f2
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Dec 4 14:23:14 2019 +0000

    Bug 24146: Add test cases
    
    This patch adds test cases for both checking amountoutstanding values
    are handled correctly and also that the paid down accruing fines do not
    add additional fines on increment.
    
    Test plan:
    Read the changeset and asses whether the changes/additional tests are
    correct as per the expected behaviour.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Overdues.pm            |   23 +++++----
 t/db_dependent/Overdues.t |  115 +++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 121 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list