Bug 9744 - Add a column Fund name on the home page of acquisitions
[koha.git] / acqui / z3950_search.pl
index 37ebe2c..0ae843f 100755 (executable)
@@ -21,7 +21,7 @@
 
 use warnings;
 use strict;
-use CGI;
+use CGI qw/-utf8/;
 
 use C4::Auth;
 use C4::Output;
@@ -117,6 +117,7 @@ my $pars= {
         page => $page,
         id => \@id,
         isbn => $isbn,
+        issn => $issn,
         title => $title,
         author => $author,
         dewey => $dewey,