diff options
author | jeff <jeff> | 2007-08-16 13:40:46 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-08-16 13:40:46 +0000 |
commit | 1293d137b061f097190eda53e4e78214e18832e6 (patch) | |
tree | ba1a26cd005b31a4e5cdf12ba1264d6cd06e736e /htetc | |
parent | f20b5533fdb8f1f3510b5cf4efd1f4465f359420 (diff) |
support hours 'usage' tracking for our own internal use (#1733)
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 1 |
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; |