https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14146
--- Comment #23 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #22) > Yes but I was wondering if it is really what we expect. > If a checkin is 5 days late, with 2 days of fine per day of overdue and 1 > day of grace: I think it would make more sense to apply the grace on the > total of fine days, then 5 * 2 - 1. I would stick to the current policy. Subtract the grace period first. You should not be fined over the grace period. Which you do if you do 5*2-1. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
