Chris(es),

> It is indeed spectacular
> >
> > Unfortunately, it is now missing all the item information. So it still
> > needs to call C4::Biblio::EmbedItemsInMarcBiblio($record,
> > $biblionumber) if ($embeditems);
> >
> > Can you test it with that ?
>

The problem with this is that it won't handle large records (serials with
lots of items most spectacularly). Using this would require us to access
item data directly, rather than embedding it.


> One other thought:
>  Won't $record = MARC::Record::new_from_usmarc( $row->{marc} ) choke on
> normarc, unimarc, and friends?


No, new_from_usmarc isn't well-named. It just translates from MARC blobs.

Regards,
Jared

-- 
Jared Camins-Esakov
Bibliographer, C & P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) [email protected]
(web) http://www.cpbibliography.com/
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to