Bug 16522: Adding 773 to cart and list displays and emails
[srvgit] / basket / basket.pl
index 7aeed4d..c1e76eb 100755 (executable)
@@ -96,6 +96,7 @@ foreach my $biblionumber ( @bibs ) {
     $dat->{MARCSERIES}  = $marcseriesarray;
     $dat->{MARCURLS}    = $marcurlsarray;
     $dat->{HASAUTHORS}  = $hasauthors;
+    $dat->{HOSTITEMENTRIES} = $biblio->get_marc_host;
 
     push( @results, $dat );
 }