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)
committerJoy Nelson <joy@bywatersolutions.com>
Fri, 31 Jan 2020 21:27:43 +0000 (21:27 +0000)
commit8416cf33eef4c70bd27ea5fa03f79f2c9802a728
treec1d1de78ff6c2a02a722fa902f1c42d3e353e801
parenta9e2337308517f1cb330ceed66dd632c8a1655a5
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>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/Overdues.pm