[Koha-bugs] [Bug 5644] dropbox mode doesn't set the correct date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 29 22:59:48 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #10 from Chris Cormack <chris at bigballofwax.co.nz> ---
The problem is in Koha::Calendar


if ( $add_duration->is_negative() ){
  $day_dur->inverse();
}

This does not do what we expect, namely it does not invert the value.

Working on a fix now

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list