@@ -, +, @@ --- Koha/Patron/Categories.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/Koha/Patron/Categories.pm +++ a/Koha/Patron/Categories.pm @@ -33,7 +33,9 @@ Koha::Patron::Categories - Koha Patron Category Object set class =cut -=head3 type +=head2 Internal methods + +=head3 _type =cut @@ -41,6 +43,10 @@ sub _type { return 'Category'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Category'; } --