Bugzilla – Attachment 42089 Details for
Bug 13961
Option to include patron's total amount of fines in notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Follow-up] Remove whitespace from line 648 in C4/Letters.pm
Follow-up-Remove-whitespace-from-line-648-in-C4Let.patch (text/plain), 911 bytes, created by
Marc Véron
on 2015-08-28 15:34:00 UTC
(
hide
)
Description:
[Follow-up] Remove whitespace from line 648 in C4/Letters.pm
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-08-28 15:34:00 UTC
Size:
911 bytes
patch
obsolete
>From 9c8738582ed80904344fabca08fc97697e5ef025 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 28 Aug 2015 17:31:29 +0200 >Subject: [PATCH] [Follow-up] Remove whitespace from line 648 in C4/Letters.pm > >White space in 'empty' line removed. > >http://bugs.koha-community.org/show_bug.cgi?id=13961 >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index c1cffd2..90a12ba 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -645,7 +645,7 @@ sub GetPreparedLetter { > > my $OPACBaseURL = C4::Context->preference('OPACBaseURL'); > $letter->{content} =~ s/<<OPACBaseURL>>/$OPACBaseURL/go; >- >+ > my ($totalfine) = C4::Members::GetMemberAccountRecords($tables->{borrowers}); > $totalfine = sprintf("%.2f", $totalfine); > $letter->{content} =~ s/<<borrowers.totalfine>>/$totalfine/go; >-- >1.7.10.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 13961
:
41872
|
42077
|
42089
|
50517
|
98819
|
98820
|
98821
|
106192
|
106193
|
106194
|
106623
|
106624
|
116631
|
116632
|
116633
|
116634
|
116635
|
121854