Bugzilla – Attachment 2487 Details for
Bug 4500
Cant edit budget because of currency formatting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-4500-remove-commas-from-price-formatting.patch (text/plain), 739 bytes, created by
Robin Sheat
on 2010-08-09 05:25:51 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2010-08-09 05:25:51 UTC
Size:
739 bytes
patch
obsolete
>From 62db0d46b3349e30aa665d72854cc0d732d7576e Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Mon, 9 Aug 2010 17:21:53 +1200 >Subject: [PATCH] Bug 4500 - remove commas from price formatting > >--- > admin/aqbudgetperiods.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/admin/aqbudgetperiods.pl b/admin/aqbudgetperiods.pl >index 62383f1..160a23a 100755 >--- a/admin/aqbudgetperiods.pl >+++ b/admin/aqbudgetperiods.pl >@@ -118,6 +118,7 @@ if ( $op eq 'add_form' ) { > my $editnum = new Number::Format( > 'int_curr_symbol' => '', > 'thousands_sep' => '', >+ 'mon_thousands_sep' => '', > 'mon_decimal_point' => '.' > ); > >-- >1.7.0.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 4500
:
2350
| 2487