X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fneworderbiblio.pl;h=aed5d56a6716dc9f9e6ce8e12d6058ac5b89080e;hb=a1a05db1b638803135df535cd9f40180523e5f0e;hp=d1662c545467d21f9024386771c176cafc34545d;hpb=1543134b346fd0c6eab26b3023ca6cf764a16952;p=srvgit diff --git a/acqui/neworderbiblio.pl b/acqui/neworderbiblio.pl index d1662c5454..aed5d56a67 100755 --- a/acqui/neworderbiblio.pl +++ b/acqui/neworderbiblio.pl @@ -130,7 +130,6 @@ foreach my $result ( @{$marcresults} ) { my $marcrecord = C4::Search::new_record_from_zebra( 'biblioserver', $result ); my $biblio = TransformMarcToKoha( $marcrecord, '' ); - $biblio->{subtitles} = C4::Biblio::SplitKohaField($biblio->{'subtitle'}); $biblio->{booksellerid} = $booksellerid; push @results, $biblio;