@@ -, +, @@ - checkin an item which is not issued; - BlockReturnOfWithdrawnItems is set and item is withdrawn; - Not returned at the right place; - privacy=2 and AnonymousPatron not correctly set; I confirm that the checkin table hasn't to be populated with info on items which haven't been checked in. --- circ/returns.pl | 6 ------ 1 file changed, 6 deletions(-) --- a/circ/returns.pl +++ a/circ/returns.pl @@ -345,12 +345,6 @@ if ($barcode) { } } } - elsif ( !$messages->{'BadBarcode'} ) { - $input{duedate} = 0; - $returneditems{0} = $barcode; - $riduedate{0} = 0; - push( @inputloop, \%input ); - } $template->param( privacy => $borrower->{privacy} ); } $template->param( inputloop => \@inputloop ); --