summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorjeff <jeff>2007-08-16 13:40:46 +0000
committerjeff <jeff>2007-08-16 13:40:46 +0000
commit1293d137b061f097190eda53e4e78214e18832e6 (patch)
treeba1a26cd005b31a4e5cdf12ba1264d6cd06e736e /htetc/handler.pl
parentf20b5533fdb8f1f3510b5cf4efd1f4465f359420 (diff)
support hours 'usage' tracking for our own internal use (#1733)
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 25962412b..c5873a878 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -169,6 +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::svc_domain;
use FS::svc_forward;
use FS::svc_www;