Bug 19746: Remove debug statements in returns.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Dec 2017 19:07:52 +0000 (16:07 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 15 Dec 2017 11:34:14 +0000 (11:34 +0000)
commit7a49adacf9c77fd3de6d60f0d76da99dc338223c
treeebd65df5fb237a55a83984bb62f2f08e13760ccd
parentbb91d7b848696608e5093983c77bfa9e6bf4f03a
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.html

Test plan:
Read the changes and make sure they make sense

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
circ/returns.pl