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

(-)a/tools/batchMod.pl (-1 / +1 lines)
Lines 242-247 if ($op eq "show"){ Link Here
242
            push @contentlist, $content if $content;
242
            push @contentlist, $content if $content;
243
        }
243
        }
244
244
245
        @contentlist = uniq @contentlist;
245
        if ($filecontent eq 'barcode_file') {
246
        if ($filecontent eq 'barcode_file') {
246
            foreach my $barcode (@contentlist) {
247
            foreach my $barcode (@contentlist) {
247
248
248
- 

Return to bug 20462