From db18a813b59b8254ff19f77770750a781613d79e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 13 Sep 2007 22:35:20 +0000 Subject: 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... --- htetc/handler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htetc/handler.pl') 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; -- cgit v1.2.1