adding bibid to the result list
authortipaul <tipaul>
Thu, 3 Jun 2004 10:06:27 +0000 (10:06 +0000)
committertipaul <tipaul>
Thu, 3 Jun 2004 10:06:27 +0000 (10:06 +0000)
C4/SearchMarc.pm

index 187c89c..bebddac 100644 (file)
@@ -219,7 +219,7 @@ sub catalogsearch {
 
        # we have bibid list. Now, loads title and author from [offset] to [offset]+[length]
        my $counter = $offset;
-       $sth = $dbh->prepare("SELECT biblio.*, biblioitems.*, items.*
+       $sth = $dbh->prepare("SELECT biblio.*, biblioitems.*, items.*,marc_biblio.bibid
                                                        FROM biblio, marc_biblio 
                                                        LEFT JOIN items on items.biblionumber = biblio.biblionumber
                                                        LEFT JOIN biblioitems on biblio.biblionumber = biblioitems.biblionumber