http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13135
--- Comment #3 from M. Tompsett <[email protected]> --- 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. _______________________________________________ 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/
