[Koha-patches] [PATCH] Bug 4500 - remove commas from price formatting

Chris Cormack chrisc at catalyst.net.nz
Mon Aug 9 10:10:31 CEST 2010


From: Robin Sheat <robin at catalyst.net.nz>

Signed-off-by: Chris Cormack <chrisc at catalyst.nz>
---
 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



More information about the Koha-patches mailing list