diff options
Diffstat (limited to 'htetc/global.asa')
-rw-r--r-- | htetc/global.asa | 1 |
1 files changed, 1 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; |