Bug 5864: link biblio => serials subscription is wrong
[koha_gimpoz] / acqui / supplier.pl
index 80660d9..52d940c 100755 (executable)
@@ -49,7 +49,7 @@ use C4::Output;
 use C4::Dates qw/format_date /;
 use CGI;
 
-use C4::Bookseller;
+use C4::Bookseller qw( GetBookSellerFromId DelBookseller );
 use C4::Budgets;
 
 my $query    = CGI->new;