return scalar Koha::Patron::Attribute::Types->find( $self->code );
}
=head3
=head3 authorised_value
my $authorised_value = $attribute->authorised_value;
return $av->next;
=head3 description
my $description = $patron_attribute->description;
return $self->search( $or, $join );
=head3 merge_with
$new_attributes is an arrayref of hashrefs
my $patrons = Koha::Patrons->filter_by_attribute_value($attribute_value);
Return a Koha::Patrons set with patrong having the attribute value passed in paramter.
Return a Koha::Patrons set with patrong having the attribute value passed in parameter.
=cut
-