Bug 14826: (QA follow-up) POD fixes
[koha_ffzg] / Koha / Account / Offsets.pm
index 1361f14..79c7995 100644 (file)
@@ -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';
 }