fix error apply fractional seconds
[freeside.git] / httemplate / misc / process / timeworked.html
index c589d76..860118e 100644 (file)
@@ -45,7 +45,7 @@ foreach my $transaction (
       'custnum'        => $customer,
       'transaction_id' => $transaction,
       'seconds'        => $seconds{$customer},
-      'support'        => $seconds{$customer} * $msum,
+      'support'        => int( $seconds{$customer} * $msum ),
     };
   }