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

(-)a/tools/viewlog.pl (-2 / +1 lines)
Lines 153-159 if ($do_it) { Link Here
153
        $result->{'biblioitemnumber'} = q{};
153
        $result->{'biblioitemnumber'} = q{};
154
        $result->{'barcode'}          = q{};
154
        $result->{'barcode'}          = q{};
155
155
156
        if ( substr( $log->info, 0, 4 ) eq 'item' ) {
156
        if ( defined $log->info && substr( $log->info, 0, 4 ) eq 'item' ) {
157
157
158
            # get item information so we can create a working link
158
            # get item information so we can create a working link
159
            my $itemnumber = $log->object;
159
            my $itemnumber = $log->object;
160
- 

Return to bug 20638