Bug 6050 Followup, edit a last function call

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Frédéric Demians 2011-05-13 18:12:54 +02:00 committed by Chris Cormack
parent 2ab00242d0
commit 3b8f1318e0

View file

@ -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;