From: Udo Spallek Date: Thu, 27 Oct 2005 02:24:15 +0000 (+0000) Subject: version3 X-Git-Tag: release-2.4.0^2~494 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f43900dd2dc883a18c3aab1d1fb760ca47e88874;hp=7e5216e842111fc73b6d7fe62b16337ccc720939;p=kivitendo-erp.git version3 --- diff --git a/SL/Form.pm b/SL/Form.pm index 251b0485e..d4c456ab3 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -619,7 +619,7 @@ sub round_amount { $round_amount =~ s/[0]$//g; $places--; } ; - $round_amount =~ s/\.$//g; + #$round_amount =~ s/\.$//g; $main::lxdebug->leave_sub(); return $round_amount;