summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-19 23:38:34 +0000
committerjeff <jeff>2007-04-19 23:38:34 +0000
commitc5cfd1c77320350ebba5bb1ace768bbbb70077a5 (patch)
tree6e052fb88c181aa200a5e5dc539c0041250be88e /httemplate/search
parent40f7d64fc5359802ea215b0a551f5239018ab381 (diff)
break _bytecount subroutines out of FS::UI::Web (backport)
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/prepay_credit.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/prepay_credit.html b/httemplate/search/prepay_credit.html
index ab6490d33..43fc6a96c 100644
--- a/httemplate/search/prepay_credit.html
+++ b/httemplate/search/prepay_credit.html
@@ -20,17 +20,17 @@
},
sub { my $c = shift;
$c->upbytes
- ? FS::UI::Web::bytecount_unexact($c->upbytes)
+ ? FS::UI::bytecount::bytecount_unexact($c->upbytes)
: ''
},
sub { my $c = shift;
$c->downbytes
- ? FS::UI::Web::bytecount_unexact($c->downbytes)
+ ? FS::UI::bytecount::bytecount_unexact($c->downbytes)
: ''
},
sub { my $c = shift;
$c->totalbytes
- ? FS::UI::Web::bytecount_unexact($c->totalbytes)
+ ? FS::UI::bytecount::bytecount_unexact($c->totalbytes)
: ''
},
sub { my $agent = shift->agent;