View | Details | Raw Unified | Return to bug 20997
Collapse All | Expand All

(-)a/Koha/Account/Line.pm (-1 / +1 lines)
Lines 31-37 use base qw(Koha::Object); Link Here
31
31
32
=head1 NAME
32
=head1 NAME
33
33
34
Koha::Account::Lines - Koha accountline Object class
34
Koha::Account::Line - Koha accountline Object class
35
35
36
=head1 API
36
=head1 API
37
37
(-)a/Koha/Account/Lines.pm (-2 lines)
Lines 27-33 use base qw(Koha::Objects); Link Here
27
27
28
=head1 NAME
28
=head1 NAME
29
29
30
Koha::Cities - Koha City Object set class
31
Koha::Account::Lines - Koha Account Line Object set class
30
Koha::Account::Lines - Koha Account Line Object set class
32
31
33
=head1 API
32
=head1 API
34
- 

Return to bug 20997