From: jeff Date: Tue, 24 Apr 2007 00:04:19 +0000 (+0000) Subject: missed a bytecount X-Git-Tag: TRIXBOX_2_6~536 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=85c41e331693556068a72ab85b0229ba11d0492b missed a bytecount --- 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 #<% $svcnum %> % 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); <% $ulabel{$uf} %> remaining <% $v %>