4 Dec
2017
4 Dec
'17
8:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 69491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69491&action=edit Bug 19746: Remove debug statements in returns.pl
From bug commit bb6277ffcc593685554112d770ac273c9efeda33 Bug 14464: Add ability to cancel waiting holds from checkin screen
+use Carp 'verbose'; +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; See also http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.ht... Test plan: Read the changes and make sure they make sense -- You are receiving this mail because: You are watching all bug changes.