http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9614 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Olli-Antti Kivilahti from comment #4)
(In reply to Elliott Davis from comment #0)
When an item is overdue and is renewed the fines that were assessed are removed. This is obviously not a desired behavior.
We are facing the same issue. I think this bug doesn't really matter if you recalculate fines daily using the fines.pl cronjob, since when you renew, the fine has already been generated for the overdue period.
Hm, I think that is only partially correct. I think it would not touch the fine as long as the item doesn't get overdue again, but it will be a problem when it does get overdue agan. The fines would be recalculated from the new due date. I am not sure if this will be done as a new line in accuntlines or updating the old one. Maybe worth testing out. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.