https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16187 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #19 from Marcel de Rooy <m.de.rooy@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.