View | Details | Raw Unified | Return to bug 19746
Collapse All | Expand All

(-)a/circ/returns.pl (-4 lines)
Lines 32-40 use warnings; Link Here
32
32
33
# FIXME There are weird things going on with $patron and $borrowernumber in this script
33
# FIXME There are weird things going on with $patron and $borrowernumber in this script
34
34
35
use Carp 'verbose';
36
$SIG{ __DIE__ } = sub { Carp::confess( @_ ) };
37
38
use CGI qw ( -utf8 );
35
use CGI qw ( -utf8 );
39
use DateTime;
36
use DateTime;
40
use C4::Context;
37
use C4::Context;
41
- 

Return to bug 19746