Bugzilla – Attachment 23870 Details for
Bug 9654
Missing space between amount and currency symbol in basket groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed again
0001-Bug-9654-Missing-space-between-amount-and-currency-s.patch (text/plain), 775 bytes, created by
Samuel Crosby
on 2013-12-30 04:01:31 UTC
(
hide
)
Description:
Fixed again
Filename:
MIME Type:
Creator:
Samuel Crosby
Created:
2013-12-30 04:01:31 UTC
Size:
775 bytes
patch
obsolete
>From 74da40bb38be1665cad6c3a2f042ab6d00a07c61 Mon Sep 17 00:00:00 2001 >From: Samuel <scrosby000@gmail.com> >Date: Mon, 30 Dec 2013 14:52:49 +1100 >Subject: [PATCH] Bug 9654: Missing space between amount and currency symbol > in basket group > >Added a space between the total and currency in basket group. >--- > acqui/basketgroup.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index 36c4462..7067ba9 100755 >--- a/acqui/basketgroup.pl >+++ b/acqui/basketgroup.pl >@@ -145,7 +145,7 @@ sub BasketTotal { > $total = $total * ( $gst / 100 +1); > } > } >- $total .= $bookseller->{invoiceprice} // 0; >+ $total .= " " . ($bookseller->{invoiceprice} // 0); > return $total; > } > >-- >1.7.9.5 >
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 9654
:
15479
|
23868
|
23869
|
23870
|
23871
|
23889