--- trunk/lib/WebPAC/Input/ISIS.pm 2006/07/13 11:54:33 597 +++ trunk/lib/WebPAC/Input/ISIS.pm 2006/08/23 14:28:48 615 @@ -11,11 +11,11 @@ =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS @@ -147,7 +147,10 @@ } } elsif ($self->{have_biblio_isis}) { - $rec = $isis_db->to_hash($mfn); + $rec = $isis_db->to_hash({ + mfn => $mfn, + include_subfields => 1 + }); } else { $self->_get_logger()->logdie("hum? implementation missing?"); }