summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_acct.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-19 23:30:41 +0000
committerjeff <jeff>2007-04-19 23:30:41 +0000
commit1748e50c012a65ecb729f15e09169f5d8122a3b1 (patch)
treeaedfbaafc7f921298a3065909cf7597ea245d18a /httemplate/edit/process/svc_acct.cgi
parentdb4034e2019cb6c7f455640b89e8d5fedeb28932 (diff)
break _bytecount subroutines out of FS::UI::Web
Diffstat (limited to 'httemplate/edit/process/svc_acct.cgi')
-rwxr-xr-xhttemplate/edit/process/svc_acct.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/svc_acct.cgi b/httemplate/edit/process/svc_acct.cgi
index 65ac5c176..a4a6c0015 100755
--- a/httemplate/edit/process/svc_acct.cgi
+++ b/httemplate/edit/process/svc_acct.cgi
@@ -25,7 +25,7 @@
%
%#unmunge bytecounts
%foreach (map { $_,$_."_threshold" } qw( upbytes downbytes totalbytes )) {
-% $cgi->param($_, FS::UI::Web::parse_bytecount($cgi->param($_)) );
+% $cgi->param($_, FS::UI::bytecount::parse_bytecount($cgi->param($_)) );
%}
%
%my %hash = $svcnum ? $old->hash : ();