]> git.koha-community.org Git - koha.git/commit
Bug 7326: longoverdue.pl hardcoded to 366 days maximum
authorIan Walls <ian.walls@bywatersolutions.com>
Wed, 7 Dec 2011 00:12:04 +0000 (19:12 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 16 Jan 2012 20:43:03 +0000 (15:43 -0500)
commit5133a9df2118289566e6a361eededf4de9415c18
treef39ab67c9561fac81438be1090a2d79e57228e3f
parentab27da89a9707558f40c3ea38e66da7043f6da80
Bug 7326: longoverdue.pl hardcoded to 366 days maximum

Adds --maxdays command line flag to longoverdue.pl to allow the user to specify
their own $endrange value.  Because sometimes 366 isn't enough!

Also adds help documentation for both --quiet and --maxdays params

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Simple change, works well

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 1f5f4981c098a7aa2a4323107dd98379a52a4c6e)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
misc/cronjobs/longoverdue.pl