Bug 10483: fix item uniqueness check on order form
[koha.git] / acqui / z3950_search.pl
index 5247d67..647db8c 100755 (executable)
@@ -21,7 +21,7 @@
 
 use warnings;
 use strict;
-use CGI;
+use CGI qw/-utf8/;
 
 use C4::Auth;
 use C4::Output;
@@ -112,7 +112,6 @@ if (@id==0) {
 }
 
 my $pars= {
-        random => $input->param('random') || rand(1000000000),
         biblionumber => $biblionumber,
         page => $page,
         id => \@id,