[freeside-commits] freeside/httemplate/view svc_acct.cgi, 1.50, 1.51

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Apr 23 17:04:22 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv24777

Modified Files:
	svc_acct.cgi 
Log Message:
missed a bytecount

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct.cgi,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- svc_acct.cgi	12 Apr 2007 03:16:43 -0000	1.50
+++ svc_acct.cgi	24 Apr 2007 00:04:19 -0000	1.51
@@ -254,7 +254,7 @@
 %   my $tf = $uf . "_threshold";
 %   if ( $svc_acct->$uf ne '' ) {
 %   my $v = $uf eq 'seconds' ? duration_exact($svc_acct->$uf)
-%                            : FS::UI::Web::display_bytecount($svc_acct->$uf);
+%                            : FS::UI::bytecount::display_bytecount($svc_acct->$uf);
     <TR>
       <TD ALIGN="right"><% $ulabel{$uf} %> remaining</TD>
       <TD BGCOLOR="#ffffff"><% $v %></TD>



More information about the freeside-commits mailing list