[freeside-commits] freeside/FS/FS svc_acct.pm,1.227,1.228

Ivan,,, ivan at wavetail.420.am
Wed Apr 18 16:22:34 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv17190/FS/FS

Modified Files:
	svc_acct.pm 
Log Message:
fix use statements for FS::UI::Web.  not "use"ing modules in the actual modules you use them in is bad, mmmkay

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- svc_acct.pm	13 Apr 2007 00:53:52 -0000	1.227
+++ svc_acct.pm	18 Apr 2007 23:22:31 -0000	1.228
@@ -24,6 +24,7 @@
 use FS::Conf;
 use FS::Record qw( qsearch qsearchs fields dbh dbdef );
 use FS::Msgcat qw(gettext);
+use FS::UI::Web; #for {display,parse}_bytecount... perhaps not the best place?
 use FS::svc_Common;
 use FS::cust_svc;
 use FS::part_svc;



More information about the freeside-commits mailing list