diff options
author | jeff <jeff> | 2007-04-24 00:05:16 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-24 00:05:16 +0000 |
commit | 234b6ee2ca0b79cb2800894df609386177fbc6b8 (patch) | |
tree | 28a0d446424a87ec3c5717a234d8e3bb6607fb54 | |
parent | a871773fe1a4880d883fb14db0f260227ff0f7cd (diff) |
missed a bytecount
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
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> |