@@ -, +, @@ --- misc/cronjobs/automatic_item_modification_by_age.pl | 1 - 1 file changed, 1 deletion(-) --- a/misc/cronjobs/automatic_item_modification_by_age.pl +++ a/misc/cronjobs/automatic_item_modification_by_age.pl @@ -23,7 +23,6 @@ pod2usage(1) if $help; $verbose = 1 unless $confirm; # Load configuration from the syspref -C4::Context::clear_syspref_cache; my $syspref_content = C4::Context->preference('automatic_item_modification_by_age_configuration') // q{}; pod2usage({ -message => 'Set up automatic item modifications by age rules in tools first!', -exitval => 1 }) if $syspref_content !~ /\S/xsm; --