X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7e5216e842111fc73b6d7fe62b16337ccc720939..f43900dd2dc883a18c3aab1d1fb760ca47e88874:/SL/Form.pm 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;