]> wagnertech.de Git - mfinanz.git/blobdiff - SL/USTVA.pm
USTVA überarbeitet...siehe changelog
[mfinanz.git] / SL / USTVA.pm
index 0f237830953c16b785b8a7a796de8cc16fc9c41d..505efb438330e8d7b249f08302f7e69498e57570 100644 (file)
@@ -607,14 +607,12 @@ sub ustva {
 
   foreach $item (@categories_cent) {
     $form->{$item} =
-      $form->format_amount($myconfig, $form->round_amount($form->{$item}, 2),
-                           2, '0');
+      $form->format_amount($myconfig, $form->{$item}, '2', '0');
   }
 
   foreach $item (@categories_euro) {
     $form->{$item} =
-      $form->format_amount($myconfig, $form->round_amount($form->{$item}, 0),
-                           0, '0');
+      $form->format_amount($myconfig, $form->{$item}, '0', '0');
   }
 
   $dbh->disconnect;