suggestion from owen to add classification to isbn query
authortipaul <tipaul>
Fri, 12 Nov 2004 17:26:24 +0000 (17:26 +0000)
committertipaul <tipaul>
Fri, 12 Nov 2004 17:26:24 +0000 (17:26 +0000)
C4/Search.pm

index 2c12607..e70218a 100755 (executable)
@@ -2495,7 +2495,7 @@ sub isbnsearch {
     my $sth;
     my @results;
 
-    $query = "Select distinct biblio.* from biblio, biblioitems where
+    $query = "Select distinct biblio.*, biblioitems.classification from biblio, biblioitems where
                                biblio.biblionumber = biblioitems.biblionumber";
        @bind=();
        if ($isbn) {