]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 251b0485e8d489e3dc88e260d83288ddf2b58275..d4c456ab3d6ba91f2894653574ab6f6c8405ca20 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;