diff options
Diffstat (limited to 'httemplate/search/prepay_credit.html')
-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; |