@@ -, +, @@ FAIL Koha/Patron/Attribute.pm FAIL pod FAIL Koha/Patron/Attributes.pm FAIL pod FAIL pod coverage FAIL Koha/Patrons.pm FAIL spelling --- Koha/Patron/Attribute.pm | 4 ++-- Koha/Patron/Attributes.pm | 2 +- Koha/Patrons.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) --- a/Koha/Patron/Attribute.pm +++ a/Koha/Patron/Attribute.pm @@ -67,7 +67,7 @@ sub type { return scalar Koha::Patron::Attribute::Types->find( $self->code ); } -=head3 +=head3 authorised_value my $authorised_value = $attribute->authorised_value; @@ -92,7 +92,7 @@ sub authorised_value { return $av->next; } -=head3 +=head3 description my $description = $patron_attribute->description; --- a/Koha/Patron/Attributes.pm +++ a/Koha/Patron/Attributes.pm @@ -87,7 +87,7 @@ sub filter_by_branch_limitations { return $self->search( $or, $join ); } -=head3 +=head3 merge_with $new_attributes is an arrayref of hashrefs --- a/Koha/Patrons.pm +++ a/Koha/Patrons.pm @@ -446,7 +446,7 @@ sub filter_by_attribute_type { 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 --