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

(-)a/t/db_dependent/Circulation.t (-2 / +1 lines)
Lines 2651-2657 subtest 'AddReturn | is_overdue' => sub { Link Here
2651
                issue_id       => $issue->id
2651
                issue_id       => $issue->id
2652
            }
2652
            }
2653
        );
2653
        );
2654
        my $accountline = $lines->next;
2654
        $accountline = $lines->next;
2655
        is( $accountline->amountoutstanding + 0,
2655
        is( $accountline->amountoutstanding + 0,
2656
            0, 'Partially paid fee amount outstanding was reduced to 0' );
2656
            0, 'Partially paid fee amount outstanding was reduced to 0' );
2657
        is( $accountline->amount + 0,
2657
        is( $accountline->amount + 0,
2658
- 

Return to bug 8338