Bugzilla – Attachment 23869 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]
Bug 9654: Missing space between amount and currency symbol in basket group
Bug-9654-Missing-space-between-amount-and-currency.patch (text/plain), 963 bytes, created by
Chris Cormack
on 2013-12-30 01:56:18 UTC
(
hide
)
Description:
Bug 9654: Missing space between amount and currency symbol in basket group
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-12-30 01:56:18 UTC
Size:
963 bytes
patch
obsolete
>From 59db1aa8d006e0f71a48945c4619133046342803 Mon Sep 17 00:00:00 2001 >From: Samuel Crosby <scrosby000@gmail.com> >Date: Mon, 30 Dec 2013 12:12:55 +1100 >Subject: [PATCH] Bug 9654: Missing space between amount and currency symbol in > basket group > >Formatting fix. > >To test > >1) Create some orders, don't automatically add them to a basket group >2) Open a new basket group from the basket group page of the vendor >3) Check display of currencies for the orders shown >4/ Apply patch >5/ Recheck display >--- > acqui/basketgroup.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index 36c4462..63c2f95 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.8.3.2
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