[Koha-bugs] [Bug 23382] Issuing rules failing after bug 20912

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 25 16:41:01 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23382

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94763|0                           |1
        is obsolete|                            |

--- Comment #70 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 94781
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94781&action=edit
Bug 23382: Truncate dates to minutes for comparison.

It's somewhat of a mess in C4::Circulation as to when dates are
truncated and when they are not and as such Koha::Charges::Fees could
not reliably assume that the dates passed in were consistent with each
other. As such, we take the approach of always truncating to the
greatest minute smaller than the passed in dates so we are comparing
like for like.

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list