Bug 28692: Get from storage before log actions
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Oct 2021 09:44:12 +0000 (11:44 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Nov 2021 13:00:20 +0000 (14:00 +0100)
commitde99b016d835e70d24ee6e8c9fa5623317dd55b2
treea9c5691bceda345d12639e40e173f5cbc69d3a5a
parentff2fbfe35f20e767d0c47374ef9d366e62b8e848
Bug 28692: Get from storage before log actions

To make sure we have logging the values from DB.
It will reduce DB action_log table size when we log the full object and
it contains DateTime object.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Log.pm
C4/Reserves.pm
Koha/Hold.pm
Koha/Item.pm