https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 99538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99538&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.