From: jeff Date: Tue, 24 Apr 2007 00:05:16 +0000 (+0000) Subject: missed a bytecount X-Git-Tag: freeside_1_7_3rc1~468 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=234b6ee2ca0b79cb2800894df609386177fbc6b8;p=freeside.git 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 %>