projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854a982
)
1000,00 numberformat für Winston Export
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 8 Feb 2012 11:10:12 +0000
(12:10 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 8 Feb 2012 11:10:12 +0000
(12:10 +0100)
bin/mozilla/ustva.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ustva.pl
b/bin/mozilla/ustva.pl
index
61ed296
..
89818c9
100644
(file)
--- a/
bin/mozilla/ustva.pl
+++ b/
bin/mozilla/ustva.pl
@@
-855,9
+855,9
@@
sub generate_ustva {
my $temp_numberformat = $myconfig{numberformat};
- # Numberformat must be '1000
.
00' for Winston
+ # Numberformat must be '1000
,
00' for Winston
- $myconfig{numberformat} = '1000
.
00';
+ $myconfig{numberformat} = '1000
,
00';
foreach my $number (@category_cent) {
$form->{$number} = ( $form->{$number} !=0 ) ? $form->format_amount(\%myconfig, $form->{$number}, '2', '') : '';