Koha::Libraries - Koha Library Object set class
Returns available pickup locations for A. a specific item B. a biblio C. none of the above, simply all libraries with pickup_location => 1
This method determines the pickup location by two factors: 1. is the library configured as pickup location 2. can a specific item / at least one of the items of a biblio be transferred into the library
OPTIONAL PARAMETERS: item # Koha::Item object / itemnumber, find pickup locations for item biblio # Koha::Biblio object / biblionumber, find pickup locations for biblio
If no parameters are given, all libraries with pickup_location => 1 are returned.