Koha::Library - Koha Library Object class
my $stages = Koha::Library->stockrotationstages;
Returns the stockrotation stages associated with this Library.
my $marcorgcode = Koha::Libraries->find( $library_id )->get_effective_marcorgcode();
Returns the effective MARC organization code of the library. It falls back to the value from the MARCOrgCode syspref if undefined for the library.
Return the Library groups of this library