[Koha-bugs] [Bug 14390] Fine not updated from 'FU' to 'F' on renewal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 23 17:44:52 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390

--- Comment #62 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
Note: for ensuring that MaxFine behaviour is unchanged, I did just:

1) set MaxFine to 100.00
2) commented out $accountline->set(...) in UpdateFine
3) (without the last patch): fines.pl 2>warnings.01 - I got over 1200 "Reducing
fine for ... MaxFine reached" warnings in warnings.01 for my test database with
19k overdues
4) (with the last patch included): fines.pl 2>warnings.02
5) diff warnings.01 warnings.02: no differences

Some extra testing with step 2) excluded would be better, but hopefully the
above is good enough. Also in my opinion code changes introduced by the last
patch are 100% solid and regression-free.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list