Bug 4500 - remove commas from price formatting
[koha.git] / 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' => '.'
         );