[Koha-bugs] [Bug 24182] Cancelling a hold floods the logs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 5 17:18:43 CET 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|master                      |19.05
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Actually, we may want to cherry-pick the fix for this for stable versions:

$self->cancellationdate(dt_from_string);

to 

$self->cancellationdate( dt_from_string->strftime( '%Y-%m-%d %H:%M:%S' ) );

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


More information about the Koha-bugs mailing list