version3
authorUdo Spallek <info@wissensvermittlung.com>
Thu, 27 Oct 2005 02:24:15 +0000 (02:24 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Thu, 27 Oct 2005 02:24:15 +0000 (02:24 +0000)
SL/Form.pm

index 251b048..d4c456a 100644 (file)
@@ -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;