18 Nov
2024
18 Nov
'24
4:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29238 --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, looking at other uses of cronlogaction, aren't we missing parameters here? misc/cronjobs/automatic_item_modification_by_age.pl:use C4::Log qw( cronlogaction ); misc/cronjobs/automatic_item_modification_by_age.pl:cronlogaction({ info => $command_line_options }); misc/cronjobs/automatic_item_modification_by_age.pl:cronlogaction({ action => 'End', info => "COMPLETED" }); Can you please check? -- You are receiving this mail because: You are watching all bug changes.