Bug 24146: Corrections to UpdateFine logic concerning maxFine
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 6 Dec 2019 15:10:17 +0000 (15:10 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Jan 2020 13:40:21 +0000 (13:40 +0000)
commitf94b32f074df1dbded3e074877418aaae7a55315
tree04e1fca0151c7e51d5d256bc163a94b072e6125c
parent7a1e1a1f88dbab6ad604244b442e7519aa9a3d3d
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@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Overdues.pm