From 20070fc6bcd95cdf5d226d73749da7f4efba3b9b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 20 Jul 2023 10:29:52 -0300 Subject: [PATCH] Bug 33105: Add missing POD Signed-off-by: Tomas Cohen Arazi --- Koha/Acquisition/Bookseller/Issues.pm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Koha/Acquisition/Bookseller/Issues.pm b/Koha/Acquisition/Bookseller/Issues.pm index 172ec82a8d..8a86649c93 100644 --- a/Koha/Acquisition/Bookseller/Issues.pm +++ b/Koha/Acquisition/Bookseller/Issues.pm @@ -29,11 +29,9 @@ Koha::Acquisition::Bookseller::Issues - Koha vendor issues object class =head1 API -=head2 Class Methods +=head2 Internal methods -=cut - -=head3 type +=head3 _type =cut @@ -41,6 +39,10 @@ sub _type { return 'AqbooksellerIssue'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Acquisition::Bookseller::Issue'; } -- 2.39.2