Bugzilla – Attachment 54260 Details for
Bug 17100
On summary print, "Account fines and payments" is displayed even if there is nothing to pay
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17100 : Fix "Account fines and payments" diplay on patron's summary print
Bug-17100--Fix-Account-fines-and-payments-diplay-o.patch (text/plain), 782 bytes, created by
Sophie MEYNIEUX
on 2016-08-10 08:22:55 UTC
(
hide
)
Description:
Bug 17100 : Fix "Account fines and payments" diplay on patron's summary print
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2016-08-10 08:22:55 UTC
Size:
782 bytes
patch
obsolete
>From 1819c8861db92c6e38c4b55d9fb31e91ca75d451 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux> >Date: Wed, 10 Aug 2016 10:19:43 +0200 >Subject: [PATCH] Bug 17100 : Fix "Account fines and payments" diplay on > patron's summary print > >--- > members/summary-print.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/summary-print.pl b/members/summary-print.pl >index f1933f5..a18c3e6 100755 >--- a/members/summary-print.pl >+++ b/members/summary-print.pl >@@ -60,7 +60,7 @@ foreach my $accountline (@$accts) { > > our $totalprice = 0; > my $total_format = ''; >-$total_format = sprintf( "%.2f", $total ) if ($total); >+$total_format = sprintf( "%.2f", $total ); > > my $holds_rs = Koha::Holds->search( > { borrowernumber => $borrowernumber }, >-- >1.9.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 17100
:
54260
|
54261
|
54270
|
54312
|
54478
|
54479