[Koha-bugs] [Bug 5549] Hourly Loans

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 14 21:51:36 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549

Elliott Davis <tdavis at uttyler.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Signed Off                  |Failed QA

--- Comment #19 from Elliott Davis <tdavis at uttyler.edu> 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.


More information about the Koha-bugs mailing list