@@ -, +, @@ --- C4/XSLT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -284,7 +284,7 @@ sub XSLTParse4Display { $variables->{ComponentPartQuery} = $search_query; my @componentPartRecordXML = (''); - for my $cb ( @{ $biblio->get_marc_components($max_results) } ) { + for my $cb ( @{ $components } ) { if( ref $cb eq 'MARC::Record'){ $cb = $cb->as_xml_record(); } else { --