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

(-)a/Koha/Account/Line.pm (-2 / +1 lines)
Lines 583-589 sub reduce { Link Here
583
=head3 apply
583
=head3 apply
584
584
585
    my $debits = $account->outstanding_debits;
585
    my $debits = $account->outstanding_debits;
586
    my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
586
    my $credit = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
587
587
588
Applies the credit to a given debits array reference.
588
Applies the credit to a given debits array reference.
589
589
590
- 

Return to bug 27995