summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-24 00:04:19 +0000
committerjeff <jeff>2007-04-24 00:04:19 +0000
commit85c41e331693556068a72ab85b0229ba11d0492b (patch)
tree2a3c5e9fd92ff5818d3e9f1cd550c6a42285b287 /httemplate/view
parent6191812cbe465d93cf322d64bc525d299530e4a9 (diff)
missed a bytecount
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/svc_acct.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index 2ad9b8ef9..c378094d9 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -254,7 +254,7 @@ Service #<B><% $svcnum %></B>
% 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>