Bug 25429: Script should be able to run with only return claims
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
e18cfe0731
commit
2a8dc21a6a
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ unless ( $sessions
|
|||
|| defined $lock_days && $lock_days ne q{}
|
||||
|| $labels
|
||||
|| $cards
|
||||
|| $return_claims
|
||||
) {
|
||||
print "You did not specify any cleanup work for the script to do.\n\n";
|
||||
usage(1);
|
||||
|
|
Loading…
Reference in a new issue