removing '-' in isbn to allow amazon content.
authortoins <toins>
Tue, 26 Jun 2007 15:43:55 +0000 (15:43 +0000)
committertoins <toins>
Tue, 26 Jun 2007 15:43:55 +0000 (15:43 +0000)
C4/Search.pm

index 526bc9d..a0735dd 100755 (executable)
@@ -988,7 +988,8 @@ sub searchResults {
         $oldbiblio->{itemlostcount} = $itemlost_count;
         $oldbiblio->{bindingcount}  = $itembinding_count;
         $oldbiblio->{orderedcount}  = $ordered_count;
-
+        $oldbiblio->{isbn}          =~ s/-//g; # deleting - in isbn to enable amazon content 
+        
 # FIXME
 #  Ugh ... this is ugly, I'll re-write it better above then delete it
 #     my $norequests = 1;