From 62db0d46b3349e30aa665d72854cc0d732d7576e Mon Sep 17 00:00:00 2001 From: Robin Sheat 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