Bug 14390 - Fine not updated from 'FU' to 'F' on renewal
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Nov 2015 18:20:56 +0000 (13:20 -0500)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 8 Sep 2016 18:27:08 +0000 (20:27 +0200)
commit895bdb8b40a30a76dcccdfe5ed116e84f89ef227
tree88ed1e647f3d8bedb8283e3881bbde02c2766931
parent1ed829b263e1a5a348ed117015fd99d6906f2a49
Bug 14390 - Fine not updated from 'FU' to 'F' on renewal

Test Plan:
1) Find an overdue checkout with a fine
2) Renew item, note fine is not closed out (Account type F)
3) Apply this patch
4) Find another overdue checkout with a fine
5) Renew item, note fine is now correctly closed out
6) Backdate a checkout to be already overdue ( but not have a fine since
    fines.pl hasn't run yet )
7) Renew item, note a closed out fine is created

Signed-off-by: Sean Minkel <sminkel@rcplib.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit fe71eb0811a6271fff568ca6b599514a57ff3206)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Circulation.pm