[Koha-bugs] [Bug 16187] Add a script to cancel unfilled holds after a specified number of days

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 19 11:40:08 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16187

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #19 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
No use for this change?
 sub waiting {
     my ( $self ) = @_;

-    return $self->search( { found => 'W' } );
+    return $self->search( { found => 'w' } );
I would prefer to keep the uppercase W here for finding it back.

+=head1 NAME
+
+cancel_waiting_holds.pl
+
+=head1 SYNOPSIS
+
+cancel_waiting_holds.pl
Old name remains.

+    -days                       cancel holds waiting this many days
+Specify the number of days waiting upon which to cancel holds.
The term waiting may still be confusing here. You mean holds that are so many
days old or placed so many days ago.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list