[freeside-commits] freeside/httemplate/search prepay_credit.html, 1.5, 1.6

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Apr 19 16:30:43 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv11850/httemplate/search

Modified Files:
	prepay_credit.html 
Log Message:
break _bytecount subroutines out of FS::UI::Web

Index: prepay_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/prepay_credit.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prepay_credit.html	30 Jan 2007 20:59:14 -0000	1.5
+++ prepay_credit.html	19 Apr 2007 23:30:40 -0000	1.6
@@ -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