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

(-)a/t/db_dependent/Koha/Account.t (-2 / +1 lines)
Lines 77-83 subtest 'outstanding_credits() tests' => sub { Link Here
77
77
78
    my ( $total, $lines ) = $account->outstanding_credits();
78
    my ( $total, $lines ) = $account->outstanding_credits();
79
79
80
    is( $total, -10, 'Outstandig debits total is correctly calculated' );
80
    is( $total, -10, 'Outstandig credits total is correctly calculated' );
81
81
82
    my $i = 0;
82
    my $i = 0;
83
    foreach my $line ( @{ $lines->as_list } ) {
83
    foreach my $line ( @{ $lines->as_list } ) {
84
- 

Return to bug 20990