Bug 4500 - remove commas from price formatting
authorRobin Sheat <robin@catalyst.net.nz>
Mon, 6 Dec 2010 15:58:04 +0000 (16:58 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 12 Dec 2010 07:16:06 +0000 (20:16 +1300)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
admin/aqbudgetperiods.pl

index 39f3cd0..724c7e5 100755 (executable)
@@ -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' => '.'
         );