Koha::Acquisition::Bookseller Object class
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my @baskets = $vendor->baskets();
Returns the list of baskets for the vendor
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my @contacts = $vendor->contacts();
Returns the list of contacts for the vendor
my $vendor = Koha::Acquisition::Booksellers->find( $id ); my @subscriptions = $vendor->subscriptions();
Returns the list of subscriptions for the vendor
This method returns the mapping for representing a Koha::Acquisition::Bookseller object on the API.