http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7413
--- Comment #39 from Holger Meißner <[email protected]> --- There is of course one thing that may be a bit confusing and depends on the chosen unit. If you use hours, a loan period of 4 and norenewalbefore 4, you can renew instantly. If you use days, a loan period of 4 and norenewalbefore 4, you can't. Unless the checkout is just before midnight. Because the time of the due date is always set to 23:59. And the functionality is based solely on the exact datetime of the due date. This might not always be desired or expected, but I guess it's better than making assumptions about what libraries want instead. And it won't break, if at some point in the future someone introduces a patch that makes it possible to set a different time for the due date. -- 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/
