From c4364e5082028d2c43f12b1b8bb86fb06c4a867f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 29 Sep 2017 10:55:39 -0300 Subject: [PATCH] Bug 14826: (QA followup) POD fixes This patch just fixes POD. There are still some false positives with the QA scripts. Signed-off-by: Tomas Cohen Arazi --- Koha/Account/Offset.pm | 4 ++-- Koha/Account/Offsets.pm | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Koha/Account/Offset.pm b/Koha/Account/Offset.pm index 8f5f463..b411653 100644 --- a/Koha/Account/Offset.pm +++ b/Koha/Account/Offset.pm @@ -31,11 +31,11 @@ Account offsets are used to track the changes in account lines =head1 API -=head2 Class Methods +=head2 Internal methods =cut -=head3 type +=head3 _type =cut diff --git a/Koha/Account/Offsets.pm b/Koha/Account/Offsets.pm index 1361f14..79c7995 100644 --- a/Koha/Account/Offsets.pm +++ b/Koha/Account/Offsets.pm @@ -33,11 +33,9 @@ Account offsets track the changes made to the balance of account lines =head1 API -=head2 Class Methods +=head2 Internal methods -=cut - -=head3 type +=head3 _type =cut @@ -45,6 +43,10 @@ sub _type { return 'AccountOffset'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Account::Offset'; } -- 2.10.2