437 |
my ( $doreturn, $messages, $issue ) = AddReturn($item->barcode, undef, undef, dt_from_string('1999-01-01') ); |
437 |
my ( $doreturn, $messages, $issue ) = AddReturn($item->barcode, undef, undef, dt_from_string('1999-01-01') ); |
440 |
is( $fine->amountoutstanding, '0.000000', "Fine was reduced correctly with a backdated return" ); |
440 |
is( $fine->amountoutstanding+0, 0, "Fine was reduced correctly with a backdated return" ); |