fix error apply fractional seconds
authorivan <ivan>
Mon, 2 Jun 2008 17:58:48 +0000 (17:58 +0000)
committerivan <ivan>
Mon, 2 Jun 2008 17:58:48 +0000 (17:58 +0000)
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 ),
     };
   }