Bug5063: C4::Bookseller Changes
[koha.git] / acqui / updatesupplier.pl
index 1d487cb..7c7aa2c 100755 (executable)
@@ -48,7 +48,8 @@ use strict;
 #use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Auth;
-use C4::Bookseller;
+
+use C4::Bookseller qw( ModBookseller AddBookseller );
 use C4::Biblio;
 use C4::Output;
 use CGI;