Bug 7726: explanation and options that were in the wrong order
[koha_gimpoz] / 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)