Bug 16522: Adding 773 to cart and list displays and emails
[srvgit] / basket / sendbasket.pl
index 21e4205..f6740eb 100755 (executable)
@@ -86,6 +86,7 @@ if ( $email_add ) {
         $dat->{HASAUTHORS}     = $hasauthors;
         $dat->{'biblionumber'} = $biblionumber;
         $dat->{ITEM_RESULTS}   = $biblio->items->search_ordered;
+        $dat->{HOSTITEMENTRIES} = $biblio->get_marc_host;
 
         $iso2709 .= $record->as_usmarc();