From f43900dd2dc883a18c3aab1d1fb760ca47e88874 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Thu, 27 Oct 2005 02:24:15 +0000 Subject: [PATCH 1/1] version3 --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1