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:
2e2e8ce
)
USTVA überarbeitet...siehe changelog
author
Udo Spallek
<info@wissensvermittlung.com>
Fri, 15 Dec 2006 02:26:06 +0000
(
02:26
+0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Fri, 15 Dec 2006 02:26:06 +0000
(
02:26
+0000)
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
0f23783
..
505efb4
100644
(file)
--- 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;