@@ -, +, @@ dead code --- acqui/addorderiso2709.pl | 5 ----- 1 file changed, 5 deletions(-) --- a/acqui/addorderiso2709.pl +++ a/acqui/addorderiso2709.pl @@ -283,11 +283,6 @@ if ($op eq ""){ my @serials = $input->param('serial'); my @indicator = $input->param('indicator'); #Passing the imaginary empty " " -indicators from the templates, to stop C4::Biblio::TransformHtmlToXml() to warn the bejesus out of my koha-error.log my @ind_tag = $input->param('ind_tag'); - my $item; #WHAT IS THIS MADNESS?? - push @{ $item->{tags} }, $tags[0]; - push @{ $item->{subfields} }, $subfields[0]; - push @{ $item->{field_values} }, $field_values[0]; - push @{ $item->{ind_tag} }, $ind_tag[0]; my $xml = TransformHtmlToXml( \@tags, \@subfields, \@field_values, \@indicator, \@ind_tag ); my $record = MARC::Record::new_from_xml( $xml, 'UTF-8' ); for (my $qtyloop=1;$qtyloop <= $c_quantity;$qtyloop++) { --