Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine...
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 17 Apr 2018 18:11:41 +0000 (14:11 -0400)
committer“Lucas Gass” <lucas@bywatersolutions.com>
Mon, 3 Dec 2018 19:24:49 +0000 (19:24 +0000)
commit180909e7a7400505c032b9f4fa186c016cf2a890
tree1b7ed5baef1f7650b03b7a2924c69d2780372495
parent2d1332938c2bfc0df44afbc332dcfa2657ffad75
Bug 20598: Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled

Test Plan:
1) Ensure WhenLostForgiveFine is disabled
2) Create an overdue with a fine
3) Mark it lost with longoverdue.pl
4) Note it is still marked as an accruing fine
5) Apply this patch
6) Repeat steps 1-3
7) Note it is no longer an accruing fine!

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Followed the test plan and it works.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 461a6f53b85becbefb18c0cb9356384a479aa9f1)
C4/Circulation.pm