83 |
my ( $total, $lines ) = $account->outstanding_credits(); |
83 |
my ( $total, $lines ) = $account->outstanding_credits(); |
85 |
is( $total, -10, 'Outstandig debits total is correctly calculated' ); |
85 |
is( $total, -10, 'Outstandig credits total is correctly calculated' ); |