http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
--- Comment #76 from Ian Walls <[email protected]> --- Are you testing on a public sandbox? We're just not seeing the renewals problem on other systems, so it's either got to be a settings or a configuration issue. It *can* work... we just need to make sure it works under all normal circumstances The hard duedates time is a followup enhancement, and should not hold up getting this feature into Koha. Right now, suspension in days works like thus: when a material is returned late, it's interval is calculated less the grace period (which is always measured in days). If the duration is greater than 1, then the number of days is multiplied by the fine in days number, and the user is suspended until today + that many days. So what I think needs to happen is that we modify it so that the grace period calculates in the same units as the loan does. That is, 2 hours late with a 1 hour grace debars for 1 * (finedays) days. I take it we don't need suspension in hours? It would be easy enough to do... and since hours convert easily to days, it would work in all cases... but I'm not sure it's actually useful to anyone. -- You are receiving this mail because: You are the QA Contact for the bug. 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/
