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)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 16 Nov 2018 12:47:49 +0000 (12:47 +0000)
commit461a6f53b85becbefb18c0cb9356384a479aa9f1
tree744d273d5a58fcbd7ad71f1fb7e9a1ebea4dca3a
parentfab9936ddb68e15cae356cb4c52a3be806948f83
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>
C4/Circulation.pm