http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
Elliott Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Failed QA --- Comment #19 from Elliott Davis <[email protected]> 2011-09-14 19:51:36 UTC --- CalcFine is not calculating the date diff correctly. For large date ranges (months/years) the calc returns a duration of 0 days. I believe this is due to a limitation of the DateTime::Duration module. Since this is used in Koha::Calendar I am hesitant to commit any changes but I would recommend looking into using Date::Calc instead. I am going to be testing that locally and will report the results. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
