<<

NAME

Koha::Acquisition::Bookseller Object class

API

Class Methods

baskets

    my $vendor  = Koha::Acquisition::Booksellers->find( $id );
    my @baskets = $vendor->baskets();

Returns the list of baskets for the vendor

contacts

    my $vendor   = Koha::Acquisition::Booksellers->find( $id );
    my @contacts = $vendor->contacts();

Returns the list of contacts for the vendor

subscriptions

    my $vendor        = Koha::Acquisition::Booksellers->find( $id );
    my @subscriptions = $vendor->subscriptions();

Returns the list of subscriptions for the vendor

Internal methods

_type

<<