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 |
- |
|
|