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

(-)a/circ/returns.pl (-7 lines)
Lines 345-356 if ($barcode) { Link Here
345
            }
345
            }
346
        }
346
        }
347
    }
347
    }
348
    elsif ( !$messages->{'BadBarcode'} ) {
349
        $input{duedate}   = 0;
350
        $returneditems{0} = $barcode;
351
        $riduedate{0}     = 0;
352
        push( @inputloop, \%input );
353
    }
354
    $template->param( privacy => $borrower->{privacy} );
348
    $template->param( privacy => $borrower->{privacy} );
355
}
349
}
356
$template->param( inputloop => \@inputloop );
350
$template->param( inputloop => \@inputloop );
357
- 

Return to bug 14821