added include_subfields needed for marc_original_order
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Aug 2006 14:28:48 +0000 (14:28 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Aug 2006 14:28:48 +0000 (14:28 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@615 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Input/ISIS.pm

index 094189c..1d51671 100644 (file)
@@ -11,11 +11,11 @@ WebPAC::Input::ISIS - support for CDS/ISIS database files
 
 =head1 VERSION
 
-Version 0.03
+Version 0.04
 
 =cut
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 
 =head1 SYNOPSIS
@@ -147,7 +147,10 @@ sub fetch_rec {
                }
 
        } 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?");
        }