https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36013 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #161797|0 |1 is obsolete| | --- Comment #4 from Magnus Enger <magnus@libriotech.no> --- Created attachment 162957 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162957&action=edit Bug 36013: update_totalissues.pl should not log Even when CataloguingLog is on, misc/cronjobs/update_totalissues.pl should not log the changes. It is useless and takes database space. Do like bulkmarcimport.pl : https://git.koha-community.org/Koha-community/Koha/src/branch/23.11.x/misc/m... Test plan : 1) Enable system preference CataloguingLog 2) Perform some issues and returns 3) Run : misc/cronjobs/update_totalissues.pl --use-stats --commit=1000 -v 4) Go to Tools > Log viewer 5) Check there are no new cataloguing logs Signed-off-by: Magnus Enger <magnus@libriotech.no> Works as advertised. Before the patch, running the script adds one entry to action_logs per record, with the patch nothing is logged. -- You are receiving this mail because: You are watching all bug changes.