https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382 --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 63962 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63962&action=edit Bug 18382 - action_logs entry for module HOLDS, action SUSPEND is spammy When a hold is suspended, 'suspend_until' is represented as a DateTime object, complete with locale. All told, this is about 800 lines of text. Test Plan: 1) Enable the HoldsLog syspref 2) Add a hold on a record/item 3) Suspend the hold with a date to resume 4) Note the massive amount of date in the suspend_until field 5) Apply this patch 6) Suspend another hold with a date to resume 7) Note the log has an acutal date in the suspend_until field Check the logs using module 'Holds' and Action 'Suspend' -- You are receiving this mail because: You are watching all bug changes.