my ($self) = @_;
my $branch = $self->_result->holdingbranch();
return unless $branch;
return Koha::Library->_new_from_dbic($branch);
}
-