summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa3
-rw-r--r--htetc/handler.pl3
2 files changed, 6 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 782e06223..146310d57 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -71,6 +71,9 @@ use FS::part_export;
use FS::part_export_option;
use FS::export_svc;
use FS::msgcat;
+use FS::rate;
+use FS::rate_region;
+use FS::rate_prefix;
sub Script_OnStart {
$Response->AddHeader('Cache-control' => 'no-cache');
diff --git a/htetc/handler.pl b/htetc/handler.pl
index b9da085a1..81c983692 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -154,6 +154,9 @@ sub handler
use FS::part_export_option;
use FS::export_svc;
use FS::msgcat;
+ use FS::rate;
+ use FS::rate_region;
+ use FS::rate_prefix;
if ( %%%RT_ENABLED%%% ) {
eval '