Bug 24380: Backdated returns do not update fines unless CalculateFinesOnReturn is...
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 8 Jan 2020 20:27:31 +0000 (15:27 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 15 Apr 2020 11:28:33 +0000 (12:28 +0100)
commit21e39818e42088ef316d7a29637094cd164c01b9
tree521bcb6e52e1625824a091dbef152a24573a1b12
parent4b60a9f2bc54d52c01e8f942f751f395caacdeed
Bug 24380: Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

In Koha 18.11 backdating a return triggered a recalculation of the fine. This was removed in bug 14591, and I believe it was in error. The bug report itself has no justification for the change in behavior.

Test Plan:
1) Disable CalculateFinesOnReturn
2) Backdate an overdue with fines, note the fine does not change
3) Apply this patch
4) Repeat step 2
5) The fine should be updated!

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm