@@ -, +, @@ --- Koha/Account/Offset.pm | 4 ++-- Koha/Account/Offsets.pm | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) --- a/Koha/Account/Offset.pm +++ a/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 --- a/Koha/Account/Offsets.pm +++ a/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'; } --