]> git.koha-community.org Git - koha.git/commit
Bug 9596: Add branch and skip-branch options to cronjobs/longoverdue.pl
authorMichael Hafen <michael.hafen@washk12.org>
Fri, 16 Feb 2024 22:27:01 +0000 (15:27 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 16:44:57 +0000 (18:44 +0200)
commit8e4963d97cd6a18b84b7ffe6332d95e2396d0b3e
treef63b0e9dd89b42e9fe2727d5d200f0ff41e22734
parent158092f283acebcf08f792882ae50be6ad79d761
Bug 9596: Add branch and skip-branch options to cronjobs/longoverdue.pl

This script doesn't seem to be included in cron files by default.
This change is to allow script parameters to effect only certain branches.
This allows the script to be added multiple times to a cron file with
  different settings for different branches.

Test plan:
1. apply patch
2. identify two books at different branches the same number of days overdue.
3. run the longoverdue.pl script specifying one of the branches in the
     --branch command line parameter.
     i.e. koha-shell -c 'misc/cronjobs/longoverdue.pl --branch branch_code --lost 60=2 --maxdays=61 --confirm' instance_name
4. observe that the book at the specified branch has been or would be affected
     by the script while the other book is not.

Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/cronjobs/longoverdue.pl