]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
version3
[kivitendo-erp.git] / 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;