This patchset adds a new cronjob script to Koha, plugins_nightly.pl
This script will check for plugins that have registered a cronjob_nightly method and execute that method.
This enhancement allows users to install and setup plugins that require cronjobs without backend system changes and prevents the addition of new cronjob files for each plugin.
|