Bug Fixing : Subtitle Support Added
[koha.git] / acqui / supplier.pl
index 5fb7708..4db98d6 100755 (executable)
@@ -53,7 +53,7 @@ use C4::Bookfund;
 
 my $query=new CGI;
 my $id=$query->param('supplierid');
-my @booksellers = GetBookSeller($id) if $id;
+my @booksellers = GetBookSellerFromId($id) if $id;
 my $count = scalar @booksellers;
 my $op=$query->param('op') || "display";