X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fhistsearch.pl;h=971fc18fa8a1c09bda5ff8dd947c1dad6e57b3e4;hb=782e3251c043d3f3671e1eeff7b195939afd5db2;hp=0d4ea1a76014079546df6adc5e8957085258782b;hpb=b2b003adea685acf3f590ed00baf7abec734341f;p=koha_fer diff --git a/acqui/histsearch.pl b/acqui/histsearch.pl index 0d4ea1a760..971fc18fa8 100755 --- a/acqui/histsearch.pl +++ b/acqui/histsearch.pl @@ -60,22 +60,13 @@ use C4::Debug; my $input = new CGI; my $title = $input->param( 'title'); -utf8::decode($title); my $author = $input->param('author'); -utf8::decode($author); my $isbn = $input->param('isbn'); -utf8::decode($isbn); my $name = $input->param( 'name' ); -utf8::decode($name); my $ean = $input->param('ean'); -utf8::decode($ean); my $basket = $input->param( 'basket' ); -utf8::decode($basket); my $basketgroupname = $input->param('basketgroupname'); -utf8::decode($basketgroupname); my $booksellerinvoicenumber = $input->param( 'booksellerinvoicenumber' ); -utf8::decode($booksellerinvoicenumber); - my $do_search = $input->param('do_search') || 0; my $from_placed_on = C4::Dates->new($input->param('from')); my $to_placed_on = C4::Dates->new($input->param('to'));