[freeside-commits] freeside/httemplate/misc/process timeworked.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Mon Jun 2 10:58:51 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv31494

Modified Files:
	timeworked.html 
Log Message:
fix error apply fractional seconds

Index: timeworked.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/timeworked.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- timeworked.html	5 Oct 2007 19:53:16 -0000	1.5
+++ timeworked.html	2 Jun 2008 17:58:48 -0000	1.6
@@ -45,7 +45,7 @@
       'custnum'        => $customer,
       'transaction_id' => $transaction,
       'seconds'        => $seconds{$customer},
-      'support'        => $seconds{$customer} * $msum,
+      'support'        => int( $seconds{$customer} * $msum ),
     };
   }
 



More information about the freeside-commits mailing list