Bug 8338: (QA follow-up) Fix perlcritic error

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2020-06-22 08:49:15 +01:00 committed by Jonathan Druart
parent 64bb70d579
commit 312b1c6887

View file

@ -2651,7 +2651,7 @@ subtest 'AddReturn | is_overdue' => sub {
issue_id => $issue->id
}
);
my $accountline = $lines->next;
$accountline = $lines->next;
is( $accountline->amountoutstanding + 0,
0, 'Partially paid fee amount outstanding was reduced to 0' );
is( $accountline->amount + 0,