summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa1
-rw-r--r--htetc/handler.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 8027ae3e5..5652a6f4f 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -24,6 +24,7 @@ use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
small_custview myexit http_header);
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
+use FS::Report::Table::Monthly;
use FS::agent;
use FS::agent_type;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 618c5856f..0301d98d1 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -81,6 +81,7 @@ sub handler
small_custview myexit http_header);
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
+ use FS::Report::Table::Monthly;
use FS::agent;
use FS::agent_type;