diff options
author | ivan <ivan> | 2007-09-13 22:35:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-13 22:35:20 +0000 |
commit | db18a813b59b8254ff19f77770750a781613d79e (patch) | |
tree | da94fc86ca1b595cdfda073d10e25d2b3188e3cf /htetc | |
parent | 24a360f232fb25bfc1e1285575b4a55a5e350c21 (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.pl | 2 |
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; |