@@ -, +, @@ deleting the less clear double ups. The missing "-c" in OPTIONS appears to have been fixed in an earlier patch (it is there already). --- misc/cronjobs/advance_notices.pl | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) --- a/misc/cronjobs/advance_notices.pl +++ a/misc/cronjobs/advance_notices.pl @@ -19,14 +19,11 @@ =head1 NAME -advance_notices.pl - cron script to put item due reminders into message queue +advance_notices.pl - prepare messages to be sent to patrons for nearly due, or due, items =head1 SYNOPSIS - -./advance_notices.pl -c - -or, in crontab: -0 1 * * * advance_notices.pl -c + advance_notices.pl + [ -n ][ -m ][ --itemscontent ][ -c ] =head1 DESCRIPTION @@ -62,15 +59,6 @@ use Koha::Items; use Koha::Libraries; use Koha::Patrons; -=head1 NAME - -advance_notices.pl - prepare messages to be sent to patrons for nearly due, or due, items - -=head1 SYNOPSIS - -advance_notices.pl - [ -n ][ -m ][ --itemscontent ][ -c ] - =head1 OPTIONS =over 8 @@ -139,10 +127,6 @@ Defaults to 'item-issuebranch' =back -=head1 DESCRIPTION - -This script is designed to alert patrons when items are due, or coming due - =head2 Configuration This script pays attention to the advanced notice configuration --