Summary: | Cancelling a hold floods the logs | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart |
Version: | 19.05 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Nick Clemens (kidclamp)
2019-12-05 16:12:07 UTC
*** This bug has been marked as a duplicate of bug 23219 *** 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' ) ); |