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

(-)a/Koha/Account/Line.pm (-2 / +1 lines)
Lines 166-172 sub void { Link Here
166
    my $debits = $account->outstanding_debits;
166
    my $debits = $account->outstanding_debits;
167
    my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
167
    my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
168
168
169
Applies the credit to a given debits set.
169
Applies the credit to a given debits array reference.
170
170
171
=head4 arguments hashref
171
=head4 arguments hashref
172
172
173
- 

Return to bug 22837