@@ -, +, @@ --- C4/XISBN.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/XISBN.pm +++ a/C4/XISBN.pm @@ -102,7 +102,6 @@ sub get_xisbns { # loop through each ISBN and scope to the local collection for my $response_data( @{ $response->{ isbn } } ) { next if $response_data->{'content'} eq $isbn; - next if $isbn eq $response_data; next if $unique_xisbns->{ $response_data->{content} }; $unique_xisbns->{ $response_data->{content} }++; my $xbiblio= _get_biblio_from_xisbn($response_data->{content}); --