[freeside-commits] freeside/htetc handler.pl,1.91,1.92
Ivan,,,
ivan at wavetail.420.am
Thu Sep 13 15:35:22 PDT 2007
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv1827/htetc
Modified Files:
handler.pl
Log Message:
rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem...
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- handler.pl 16 Aug 2007 13:40:46 -0000 1.91
+++ handler.pl 13 Sep 2007 22:35:20 -0000 1.92
@@ -169,7 +169,7 @@
use FS::session;
use FS::svc_acct;
use FS::svc_acct_pop qw(popselector);
- use FS::svc_acct_rt_transaction;
+ use FS::acct_rt_transaction;
use FS::svc_domain;
use FS::svc_forward;
use FS::svc_www;
More information about the freeside-commits
mailing list