http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
--- Comment #20 from Colin Campbell <[email protected]> 2011-09-15 10:20:12 UTC --- Elliott the solution of the problem with large date differences in CalcFine is to use the DateTime delta_days method rather than subtract in the date comparison. That way we avoid creating the duration object in units that don't have a fixed conversion to days. Patch to follow -- 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/
