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

(-)a/Koha/Account/Line.pm (-1 / +2 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
Lines 128-133 sub void { Link Here
128
128
129
=head3 apply
129
=head3 apply
130
130
131
    my ( $total, $debits ) = $account->outstanding_debits;
131
    my $outstanding_amount = $credit->apply({ debits =>  $debits, [ offset_type => $offset_type ] });
132
    my $outstanding_amount = $credit->apply({ debits =>  $debits, [ offset_type => $offset_type ] });
132
133
133
=cut
134
=cut
(-)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