http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110
Koha Team Lyon 3 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #32 from Koha Team Lyon 3 <[email protected]> --- We had not yet took into account theese fines problems (the use of fines is very marginal at Scd Lyon3), but we cope the same question of duration calculation in in days_between routine from another bug Bug 8251 Patrons incorrectly debarred with another way to solve it. About the calculation of holidays, there's another error to get aware in _init routine of Calendar.pm : the boolean parameter has to be 1 in the second execution of $repeat_sth query (line 45) to get day_month_closed_days. I had just post a fix that include the correction : bug 8348 useDaysMode syspref does not apply. As theese problems are closely intricated, Chris Cormack counselled me to tie bug 8348 with this one but as a bugzilla beginner, I am not sure of the best way to do it. -- 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/
