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

(-)a/labels/label-print.pl (-2 / +1 lines)
Lines 60-66 my $layouts = undef; Link Here
60
my $templates = undef;
60
my $templates = undef;
61
my $output_formats = undef;
61
my $output_formats = undef;
62
my @batches = ();
62
my @batches = ();
63
my $multi_batch_count = scalar(@batch_ids);
63
my $multi_batch_count = scalar(@batch_ids) || ($from && $to) ? 1 : 0;
64
my $label_count = scalar(@label_ids);
64
my $label_count = scalar(@label_ids);
65
my $item_count = scalar(@item_numbers);
65
my $item_count = scalar(@item_numbers);
66
66
67
- 

Return to bug 7468