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

(-)a/serials/subscription-add.pl (-1 / +1 lines)
Lines 34-40 use Carp; Link Here
34
34
35
#use Smart::Comments;
35
#use Smart::Comments;
36
36
37
my $query = CGI->new;
37
our $query = CGI->new;
38
my $op = $query->param('op') || '';
38
my $op = $query->param('op') || '';
39
my $dbh = C4::Context->dbh;
39
my $dbh = C4::Context->dbh;
40
my $sub_length;
40
my $sub_length;

Return to bug 7773