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

(-)a/labels/label-create-xml.pl (-2 / +1 lines)
Lines 32-38 use C4::Labels 1.000000; Link Here
32
my $cgi = new CGI;
32
my $cgi = new CGI;
33
33
34
my $batch_id;
34
my $batch_id;
35
my @labels_id;
35
my @label_ids;
36
my @item_numbers;
36
my @item_numbers;
37
$batch_id    = $cgi->param('batch_id') if $cgi->param('batch_id');
37
$batch_id    = $cgi->param('batch_id') if $cgi->param('batch_id');
38
my $template_id = $cgi->param('template_id') || undef;
38
my $template_id = $cgi->param('template_id') || undef;
39
- 

Return to bug 8140