https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16187
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #19 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
