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:
parent
64bb70d579
commit
312b1c6887
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue