diff options
| author | jeff <jeff> | 2007-04-19 23:30:41 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-04-19 23:30:41 +0000 |
| commit | 1748e50c012a65ecb729f15e09169f5d8122a3b1 (patch) | |
| tree | aedfbaafc7f921298a3065909cf7597ea245d18a /httemplate/search | |
| parent | db4034e2019cb6c7f455640b89e8d5fedeb28932 (diff) | |
break _bytecount subroutines out of FS::UI::Web
Diffstat (limited to 'httemplate/search')
| -rw-r--r-- | httemplate/search/prepay_credit.html | 6 |
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; |
