Bug 4500 - remove commas from price formatting

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Robin Sheat 2010-12-06 16:58:04 +01:00 committed by Chris Cormack
parent aa6ce934d9
commit 692786b519

View file

@ -120,6 +120,7 @@ if ( $op eq 'add_form' ) {
my $editnum = new Number::Format(
'int_curr_symbol' => '',
'thousands_sep' => '',
'mon_thousands_sep' => '',
'mon_decimal_point' => '.'
);