Bug 6050 Followup, edit a last function call
authorFrédéric Demians <f.demians@tamil.fr>
Fri, 13 May 2011 16:12:54 +0000 (18:12 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 14 Jun 2011 02:12:05 +0000 (14:12 +1200)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/migration_tools/rebuild_zebra.pl

index 6710224..bda6254 100755 (executable)
@@ -320,7 +320,7 @@ sub export_marc_records_from_sth {
                           ? GetXmlBiblio( $record_number )
                           : GetAuthorityXML( $record_number );
             if ($record_type eq 'biblio'){
-                my @items = GetItemsInfo($record_number, 'intra');
+                my @items = GetItemsInfo($record_number);
                 if (@items){
                     my $record = MARC::Record->new;
                     my @itemsrecord;