X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ae29658a1a3ca7dd001c967457fef8034c3b93a..e8f2a7327d2cb0aa802fdc98c38f9fdff9beb7d8:/SL/USTVA.pm?ds=sidebyside diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 0f2378309..505efb438 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -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;