@@ -, +, @@ --- misc/cronjobs/fines.pl | 4 ++++ 1 file changed, 4 insertions(+) --- a/misc/cronjobs/fines.pl +++ a/misc/cronjobs/fines.pl @@ -71,6 +71,10 @@ if ($help) { exit; } +C4::Context->set_userenv( + '-1', '-1', undef, 'CRON', 'CRON', undef, + undef, undef, undef, undef, undef +); cronlogaction(); my @borrower_fields = --