From: Udo Spallek Date: Fri, 15 Dec 2006 02:26:06 +0000 (+0000) Subject: USTVA überarbeitet...siehe changelog X-Git-Tag: release-2.4.0^2~20 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e8f2a7327d2cb0aa802fdc98c38f9fdff9beb7d8;p=kivitendo-erp.git USTVA überarbeitet...siehe changelog --- 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;