[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 12:01:38 CEST 2019


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #47 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 94730
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94730&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.

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


More information about the Koha-bugs mailing list