[freeside-commits] freeside/httemplate/search prepay_credit.html, 1.5, 1.5.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Apr 19 16:38:36 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv12212/httemplate/search
Modified Files:
Tag: FREESIDE_1_7_BRANCH
prepay_credit.html
Log Message:
break _bytecount subroutines out of FS::UI::Web (backport)
Index: prepay_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/prepay_credit.html,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- prepay_credit.html 30 Jan 2007 20:59:14 -0000 1.5
+++ prepay_credit.html 19 Apr 2007 23:38:34 -0000 1.5.2.1
@@ -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;
More information about the freeside-commits
mailing list