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 94a103081..482572a80 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -29,6 +29,7 @@ use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit http_header); +use FS::UI::Web; use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email ); use FS::Report::Table::Monthly; |