summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2007-09-13 22:35:20 +0000
committerivan <ivan>2007-09-13 22:35:20 +0000
commitdb18a813b59b8254ff19f77770750a781613d79e (patch)
treeda94fc86ca1b595cdfda073d10e25d2b3188e3cf /htetc
parent24a360f232fb25bfc1e1285575b4a55a5e350c21 (diff)
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...
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index c5873a878..1479145c0 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -169,7 +169,7 @@ sub handler
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;