[Koha-bugs] [Bug 28692] Reduce DB action_log table size

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 12 11:47:48 CET 2021


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

--- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
-    my $result = $self->SUPER::store;
     if ( $log_action && C4::Context->preference("CataloguingLog") ) {
         $action eq 'create'
           ? logaction( "CATALOGUING", "ADD", $self->itemnumber, "item" )
           : logaction( "CATALOGUING", "MODIFY", $self->itemnumber, $self );
     }
+    my $result = $self->SUPER::store;

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


More information about the Koha-bugs mailing list