]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ustva.pl
Neues Recht "admin" für Administration aus Useraccounts heraus
[mfinanz.git] / bin / mozilla / ustva.pl
index 61ed2962dc2f627251568cec03c1746b58c277e7..89818c93c91a38dac0a12c239a5beb3cf93d9830 100644 (file)
@@ -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', '') : '';