[freeside-commits] freeside/httemplate/view svc_acct.cgi, 1.49.2.1, 1.49.2.2

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.49.2.1
retrieving revision 1.49.2.2
diff -u -d -r1.49.2.1 -r1.49.2.2
--- svc_acct.cgi	12 Apr 2007 03:18:25 -0000	1.49.2.1
+++ svc_acct.cgi	24 Apr 2007 00:05:16 -0000	1.49.2.2
@@ -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