Bugzilla – Attachment 69650 Details for
Bug 19746
Debug statements are left in returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19746: Remove debug statements in returns.pl
Bug-19746-Remove-debug-statements-in-returnspl.patch (text/plain), 1.12 KB, created by
Julian Maurice
on 2017-12-08 15:14:42 UTC
(
hide
)
Description:
Bug 19746: Remove debug statements in returns.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-12-08 15:14:42 UTC
Size:
1.12 KB
patch
obsolete
>From adf352f3ecd06b315468151a72592a708e068a8d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 4 Dec 2017 16:07:52 -0300 >Subject: [PATCH] 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> >--- > circ/returns.pl | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index e2c815b1e3..91eb5cb0aa 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -32,9 +32,6 @@ use warnings; > > # FIXME There are weird things going on with $patron and $borrowernumber in this script > >-use Carp 'verbose'; >-$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; >- > use CGI qw ( -utf8 ); > use DateTime; > use C4::Context; >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19746
:
69491
|
69506
| 69650