https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25429 --- Comment #34 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 120930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120930 Bug 25429: Require command line switch to enable, control DAYS via syspref Review of attachment 120930: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25429&attachment=120930) ----------------------------------------------------------------- ::: misc/cronjobs/cleanup_database.pl @@ +532,4 @@
} }
+$return_claims = C4::Context->preference('CleanUpDatabaseReturnClaims') if $return_claims;
This doesn't make sense to me. It means that you need to have a sysadmin change a cronjob for ALL instances if there's just 1 instance that wants to be able to use the system preference "CleanUpDatabaseReturnClaims". -- You are receiving this mail because: You are watching all bug changes.