Bug 6296: allow users to be authenticated by SSL client certs
[koha.git] / serials / acqui-search-result.pl
index e671e96..5839cd4 100755 (executable)
@@ -47,7 +47,7 @@ use C4::Output;
 use CGI;
 use C4::Acquisition;
 use C4::Dates qw/format_date/;
-use C4::Bookseller;
+use C4::Bookseller qw( GetBookSeller );
 
 my $query=new CGI;
 my ($template, $loggedinuser, $cookie)