[freeside-commits] freeside/FS/FS svc_acct.pm,1.217.2.7,1.217.2.8

Ivan,,, ivan at wavetail.420.am
Wed Apr 18 16:23:11 PDT 2007


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.217.2.7
retrieving revision 1.217.2.8
diff -u -d -r1.217.2.7 -r1.217.2.8
--- svc_acct.pm	13 Apr 2007 00:55:19 -0000	1.217.2.7
+++ svc_acct.pm	18 Apr 2007 23:23:08 -0000	1.217.2.8
@@ -25,6 +25,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