http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13135 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 32619 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32619 Bug 13135 - cancel_expired_holds.pl/CancelExpiredReserves() logging improvements to catch evasive bugs in production. Review of attachment 32619: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13135&attachment=32619) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +949,4 @@
=cut
sub CancelExpiredReserves { + my $verbose = shift;
|| 0 would be a good thing to add, so $verbose is always defined. -- You are receiving this mail because: You are watching all bug changes.