of the ILS institution is the $institution->{id}
my $type = ref($class) || $class;
my $self = {};
- syslog("DEBUG", "new ILS '$institution'");
+ syslog("DEBUG", "new ILS '%s'", $institution->{id});
$self->{institution} = $institution;
return bless $self, $type;
sub institution {
my $self = shift;
- return $self->{institution};
+ return $self->{institution}->{id};
}
sub supports {