From 6b691e299f2a5405dc74dfb69a02c11636582141 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 22 Jun 2020 08:49:15 +0100 Subject: [PATCH] Bug 8338: (QA follow-up) Fix perlcritic error --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 263640ee0b..0c351d3ef2 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -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, -- 2.20.1