<<

NAME

cancel_unfilled_holds.pl

SYNOPSIS

cancel_unfilled_holds.pl [-days][-library][-holidays]

 Options:
    -help                       brief help
    -days                       cancel holds placed this many days ago which have not been filled
    -library                    [repeatable] limit to specified branch(es)
    -holidays                   skip holidays when calculating days waiting
    -v                          verbose

head1 OPTIONS

-help

Print brief help and exit.

-man

Print full documentation and exit.

-days

Specify the number of days waiting since a hold that remains unfilled was placed. E.g. a value of 730 would cancel holds placed 2 years ago or more that have never been filled

-library

Repeatable option to specify which branchcode(s) to cancel holds for.

-holidays

This switch specifies whether to count holidays as days waiting. Default is no.

<<