]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 16 Sep 2016 05:50:21 +0000 (07:50 +0200)
commit1b875fb1c20083413eae026ed174d4011cce33c7
tree954e2cabda9e76496f75aa62fe8f8d8154ecf781
parent6ea5931cf1b1883526936015c35eca0fec07ca3d
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>
(cherry picked from commit 895bdb8b40a30a76dcccdfe5ed116e84f89ef227)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Circulation.pm