Bugzilla – Attachment 82732 Details for
Bug 21753
issuingrules.chargename is unused and should be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21753: (QA follow-up) Remove fourth %s in sprintf
Bug-21753-QA-follow-up-Remove-fourth-s-in-sprintf.patch (text/plain), 1.01 KB, created by
Marcel de Rooy
on 2018-11-29 12:02:09 UTC
(
hide
)
Description:
Bug 21753: (QA follow-up) Remove fourth %s in sprintf
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-11-29 12:02:09 UTC
Size:
1.01 KB
patch
obsolete
>From a7be1a6ff2cdf27ec82b3026319a1eaa4b946163 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 29 Nov 2018 12:49:50 +0100 >Subject: [PATCH] Bug 21753: (QA follow-up) Remove fourth %s in sprintf >Content-Type: text/plain; charset=utf-8 > >Trivial. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Overdues.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Overdues.pm b/C4/Overdues.pm >index 8cb1323..98e7bbf 100644 >--- a/C4/Overdues.pm >+++ b/C4/Overdues.pm >@@ -265,7 +265,7 @@ sub CalcFine { > > $amount = $item->{replacementprice} if ( $issuing_rule->cap_fine_to_replacement_price && $item->{replacementprice} && $amount > $item->{replacementprice} ); > >- $debug and warn sprintf("CalcFine returning (%s, %s, %s, %s)", $amount, $units_minus_grace, $chargeable_units); >+ $debug and warn sprintf("CalcFine returning (%s, %s, %s)", $amount, $units_minus_grace, $chargeable_units); > return ($amount, $units_minus_grace, $chargeable_units); > } > >-- >2.1.4
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 21753
:
81876
|
81877
|
82715
|
82716
|
82730
|
82731
| 82732