Koha::Library - Koha Library Object class
TODO: Ask the author to add a proper description
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