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

Katrin Fischer katrin.fischer at bsz-bw.de
Mon Dec 6 16:58:04 CET 2010


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

Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
---
 admin/aqbudgetperiods.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/admin/aqbudgetperiods.pl b/admin/aqbudgetperiods.pl
index 39f3cd0..724c7e5 100755
--- a/admin/aqbudgetperiods.pl
+++ b/admin/aqbudgetperiods.pl
@@ -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' => '.'
         );
 
-- 
1.6.3.3




More information about the Koha-patches mailing list