Bugzilla – Attachment 106155 Details for
Bug 8338
Add ability to remove fines with dropbox mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8338: (QA follow-up) Fix perlcritic error
Bug-8338-QA-follow-up-Fix-perlcritic-error.patch (text/plain), 888 bytes, created by
Martin Renvoize (ashimema)
on 2020-06-22 07:50:32 UTC
(
hide
)
Description:
Bug 8338: (QA follow-up) Fix perlcritic error
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-06-22 07:50:32 UTC
Size:
888 bytes
patch
obsolete
>From 6b691e299f2a5405dc74dfb69a02c11636582141 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8338
:
104841
|
104842
|
104900
|
104901
|
105496
|
105497
|
105498
|
106152
|
106153
|
106154
|
106155
|
106209
|
106523
|
106524
|
106525
|
106526
|
106527
|
107140
|
110640