@@ -, +, @@ POD is missing for 'values' --- Koha/AuthorisedValueCategory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/AuthorisedValueCategory.pm +++ a/Koha/AuthorisedValueCategory.pm @@ -47,7 +47,7 @@ sub delete { return $self->SUPER::delete; } -=head3 authorized_values +=head3 values Returns values within the category at hand. --